Scrolling Bar on a "ScrollingFrame" Overlaps images

Hi. I’ve had this issue for awhile, However I haven’t really been able to decipher what a solution could possibly be.

I’m currently trying to make an Inventory GUI In my game with a ScrollingFrame. However, I don’t really like how the scrolling bar itself overlaps the images inside of the ScrollingFrame Itself.
image

If you can’t see it very well, part of my Image phases into the ScrollingBar. I’ve tried using a bunch of other things like UIPageLayout, UIGridLayout, and some others. I haven’t really seen anything on the devforum that answers this, however I’m still eager to ask. Is there any way I can fix this?

3 Likes

Well there is a few methods, the one I would try is changing the thickness of the scroll bar, you can do this in properties if Roblox hasn’t removed it since the last time I’ve checked.

1 Like

Yes, you could technically do that, Although I still wish to keep the size of the ScrollingBar without it overlapping anything inside of my ScrollingFrame. I forgot to mention that

1 Like

I completely agree, they should really add a feature to change the transparency of the actual bar or put it like a layer down so it doesn’t overlap, hope the method I mentioned does the job as well as it can though.

1 Like

Yeah, Thanks. I’ll stick to keeping the scrollingbar size to a minimum.

2 Likes

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.