Godot Version
v4.2.1.stable.mono.official
Question
I am trying to set up a section of my UI with a scroll area. I have some text in the scroll area that have control nodes attached to each text entry. The control nodes have rich text labels attached to them that I want to display when the focus is on a given text entry. My issue is that contents of a ScrollContainer wont draw outside of the scroll container(as far as I am aware) unless the Top Level toggle is on. Is there a way to have the contents of a ScrollContainer draw outside of it but also follow the parent node?