doesn't recognize

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By taterThsan

Considering this simple scene.

enter image description here

Whenever the Viewport inside the ViewportContainer doesn’t disable the input, it will always take the input and no other node seem to be able to be usable anymore. Everything else is froozen except the viewport who is doing just fine. As obvious if I disable the input for the Viewport everything works except the Viewport.

How do I make both work in harmony? As in doing the tabContainer work in priority and give all the unhandled input to to the viewport.