googlearchive / core-overlay

A custom element that renders on top of other content.
6 stars 20 forks source link

core-overlay shadowing overlay content on iOS #56

Open nomego opened 9 years ago

nomego commented 9 years ago

On core-overlay in iOS 8, the content in the overlay appears as if it's beneath the overlay (greyed out like the rest of the page).

This is resolved if I set layered but I'm mostly concerned about the different behavior compared to Safari on Mac OS X and Chrome.

robrez commented 9 years ago

I've encountered this issue as well. Works on my desktop, doesn't work on my ipad.

layered=true does seem to fix it.