Invisible square blocking UI

You are a life saver. Turns out I was changing the render opacity of a component in my button widget which kept the collisions of it, so I swapped it with visibility to make it collapsed and boom, no more invisible square. Thank you so much.