Is it possible to prevent a ScrollContainer's specific element from not being clipped?

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By Sawyer

Hi everyone, I have a ScrollContainer node that shows a list of strings that they could be longer than the list’s width. Normally they have to be clipped to the scroll container width, but my intent is to show a specific string in another popup above that, in its full size, when i’ll click on it.

Setting to false the ScrollContainer clip property it won’t even clip vertically obviously, so there is a way to prevent the clipping of a specific node.

Thanks