Summary:
-webkit-overflow-scrolling: touch does not "obey" z-index.
Platforms:
iOS5, not sure about other platforms
How to reproduce:
- Build a content area and a modal overlay above it using HTML/CSS
- View on iPad for the example below. When you attempt to scroll the page, the content behind the modal scrolls. I wouldn't expect this, since attempting to click a link behind a z-index div doesn't work...
Reduced Example:
(Hastily thrown together example. No Media queries applied, so ignore the ugly -- just check out the bug.)
http://jsfiddle.net/cPHMN/48/embedded/result/
Bug Tracker ticket(s):
Workarounds: