Common ui how to stop navigating to background stack

I have multiple stack layers like lyra ,(Game , Menu , Modal) . I have main menu in menu stack. When i push an activable widget to modal stack, I am still able to navigate to the menu stack. Even tho it has a full screen image with Visibile as visibility. It works for mouse but for controller it fails to block from navigating back to the menustack.

OK I was able to resolve this by setting the border of the popup to stop . I was not able to detect this before because this new navigation settings change was only reflecting on restart of the engine.

Edit:
Ohh now i get it navigation change was not triggering a compile, it only triggers a save. When i compiled it worked without a restart.

1 Like