Last Updated: February 25, 2016
·
2.98K
· gavmck

-webkit-overflow-scrolling: touch; breaks z-indexes

Using

html {
-webkit-overflow-scrolling: touch;
}

Can stop z-index control working on iOS devices.

So if you're having difficulty, check for this piece of CSS in your reset stylesheet.

Can't say exactly why right now though.