scotch-io / scotch-panels

jQuery Off Canvas Menus and Panels Plugin
609 stars 98 forks source link

IE 11 Metro Issue #41

Open kjprince opened 9 years ago

kjprince commented 9 years ago

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 commented 8 years ago

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.