RESOLVED WORKSFORME193191
`-webkit-overflow-scrolling: touch` causes incorrect div rendering
https://bugs.webkit.org/show_bug.cgi?id=193191
Summary `-webkit-overflow-scrolling: touch` causes incorrect div rendering
Alberto
Reported 2019-01-07 01:44:10 PST
Created attachment 358487 [details] Test case that reproduces the bug See the test case attached. When `-webkit-overflow-scrolling: touch;` is set to the `right` CSS class, the red div covers the blue bar on iOS. If set to `-webkit-overflow-scrolling: auto;`, the blue bar covers the red div, which is the expected behaviour and consistent with Safari on desktop and every other browser.
Attachments
Test case that reproduces the bug (1.05 KB, text/html)
2019-01-07 01:44 PST, Alberto
no flags
Simon Fraser (smfr)
Comment 1 2019-01-07 13:44:38 PST
-webkit-overflow-scrolling: touch; on a scrollable element creates CSS stacking context.
Note You need to log in before you can comment on or make changes to this bug.