I am tryingto use the AlloyUI modal component and while it works pretty well I have the problem, that the underlying UI is still clickable after the modal shows up.
I am using this example : http://alloyui.com/examples/modal/real-world/ and of course I have set modal = true.
The modal is visible (exactly how it should be) but the underlying UI is clickable (menus etc.).
I create the modal (like in the example), I set it to "hide" and I activate it via a button. I am using Liferay 6.2 CE GA4.
Any suggestions ?