Any way to make the scroll bar for a scrolling frame stop cropping out UI elements inside of the Scrolling Frame?

Well that was one long title. What I want is simple:
As you can see in this image, the scrolling bar is cropping out any UI thats inside of it:

Any way to fix this?

3 Likes

Enable the scroll bar inset on the scroll frame.

1 Like

you can add a UIpadding element to the scrollbar

You can move the bar towards the right using the VerticalScrollBarPosition property or hide the scroll bar using the ScrollBarImageTransparency property or just add a separate padding for every item in the scroll frame