ScrollBar Z-Index / Always On Top?

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By aaqib7
:warning: Old Version Published before Godot 3 was released.

Hi,

I am having an issue where the ScrollBar is always below the Control. So, it’s z-index is always lower than the Control. (Please see the attached screenshot - Marked by a Red Arrow).

Is it possible to set the Z-Index of the scrollbar so it always shows on top of the Control? If not, is their any workaround for this?

Thanks for your time and help.

:bust_in_silhouette: Reply From: aaqib7

Thanks to @YeOldeLappy on IRC, this issue has been fixed!

To fix it - I had to set the GridContainer within the ScrollContainer to be Behind the Parent.

Now the ScrollBar appears above all Controls.