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.

2 Likes

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.

3 Likes

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

1 Like

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

2 Likes

Hello everyone! I figured it out.

1 Like