perf(ios): move content to stacking context while preserving position: fixed behavior (#22489)

resolves #22473
This commit is contained in:
Liam DeBeasi
2020-11-12 16:02:12 -05:00
committed by GitHub
parent 813611a61b
commit d77a9d57ec

View File

@ -100,7 +100,9 @@
*
* See: https://bugs.webkit.org/show_bug.cgi?id=216701
*/
will-change: scroll-position, transform;
z-index: 0;
will-change: scroll-position;
}
.scroll-y {