Help with UI problem

Hello everyone!

For some odd reason every time I scroll down in my the inventory UI that I made, the UI inside the scrolling frame sort of crosses the UI boundaries.

photo here:

I have tried checking if clip descendants was enabled in the scrolling frame, but nothing changed. I also decided to check the properties of scrolling frames that worked, and there was no difference besides color, position, and size.

Please help.

just to clarify, ClipsDescendants WAS on?

if so, i believe the only way this problem would happen is if the UI objects are rotated. rotated UI objects completely ignore ClipsDescendants.

2 Likes

make its parent “canvasgroup”, it doesnt let any child to be shown outside it

just to clarify, you mean put the scrolling frame into the canvas group, right?

1 Like

Hello everyone! I figured it out.