Question
Disable any touchEvents on screen behind a CustomContainer
Hi
I have a CustomContainer (menuScreen) that opens when pressing the menu button on my taskbar.
In the MenuClickHandler function the menuScreen is added and the following container appears:

By pressing a button the screen is being changed. The problem is when pressing on the white background it could happen that an interaction is triggered (e.g. button pressed) from the screen behind this container.
How can I set the entire screen behind the container inactive or not touchable?
Is there maybe another solution?
Regards Dejan
