I can't interact with my buttons because I have a ColorRect on top of it. I know this because the button becomes completely functional if I remove the ColorRect node. I've tried to set the mouse_filter on my Button node to ignore, but that seems to disable the button completely.
I'm also experiencing the same problem with TextureButton.
Any suggestions?

edit: added some more details