Greeting PowerRangers! 🙂
There are a few buttons in my canvas application positioned to Y = 0. And the top few pixels (about 10pixels) of these buttons are not clickable in play mode.
I have checked the page source of the application in the browser and it seems that the problem is a div with the class = "notification-host". This div includes the progress inditcator with z-index:3001. So this div is completely covers the top of the application.
Is there any way to hide the progress indicator? I have my own loaders, so i dont need the built-in one.
thanks,
San-José