Subviewportcontainer blocking pressing button

Godot Version

4.3

Question

I cant press the button, and in the debugger, it says im clicking the subviewport container. also doesnt work with controller

image

You may need to adjust the control nodes above regarding mouse filtering.

Try changing the Z index to be higher.
image
This will make it prioritize rendering the button over everything else.