You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When the menu button is clicked, the overlay covers the entire screen (due to z-index). Beyond that, IE11 has a bug with the way it handles opacity so the overlay was covering the entire viewport.
kjprince--I was able to fix this issue by not using such a high z-index on my site. Saw the same thing and change the z-index to 9999 and that seemed to do the trick. I know it's a bit late now, but thought I'd at least chime in. Not an opacity issue as much as z-index.
Having an issue with the overlay in IE11 metro.
When the menu button is clicked, the overlay covers the entire screen (due to z-index). Beyond that, IE11 has a bug with the way it handles opacity so the overlay was covering the entire viewport.
More info on this bug below:
http://stackoverflow.com/questions/23504400/css-opacity-not-working-in-ie11
The text was updated successfully, but these errors were encountered: