Inset items in scrollframe

Hello, I have a quick question. How would I make items in a scrollingframe not get cutoff like this?

image

I am using a UIGrid

You either didn’t scroll all the way up or it is the corner. In that case you can always add a frame that:

  • AnchorPoint: 0.5,0.5
  • Position: 0.5,0,0.5,0
  • Size: 1,-5,1,-5
  • BackgroundTransparency: 1

And then put UIGrid and the frame inside. This will ensure there is a small padding/margin so that the borders don’t go out

I’m also having the same issue, anything else that could fix this?