How would you put a frame behind a scrollbar

On ScrollingFrames, whenever you put something behind the area that the scrollbar goes, it hides some of the thing that you put behind it

heres an example of what im talking about:
robloxapp-20210708-1329559.wmv (263.2 KB)

What I want is so it looks something like this:
Roblox 7_8_2021 1_31_19 PM
If you look closely on the second one you can see that there is a background thing for the scrollbar

And yes I tried disabling clipsdescendants but if i do that, whenever i scroll, stuff goes off the scrollingframe.

1 Like

Change the Zindex of the scroll frame to 1 and leave the Zindex of the frame that you want behind the scroll frame to 0?