Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

IE 11 Metro Issue #41

Open
kjprince opened this issue Sep 25, 2015 · 1 comment
Open

IE 11 Metro Issue #41

kjprince opened this issue Sep 25, 2015 · 1 comment

Comments

@kjprince
Copy link

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

@watermelonkid
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants