GUI cut off by parent’s border

Title says it all. I’m trying to implement a dragging mechanic for an inventory system. Sadly, whenever the ImageLabel is dragged across the parent’s border it gets cut off. I’ve tried messing around with the LayoutOrder and ZIndex both didn’t fix it. What can I do to fix this?

Example

Make sure the parent object has the property ClipsDescendants set to false.

3 Likes

It’s set to false. (Nvm I forgot to check one)

1 Like

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