diff --git a/core/src/components/content/content.scss b/core/src/components/content/content.scss index 251e93f2f3..4bd6f5e3f5 100644 --- a/core/src/components/content/content.scss +++ b/core/src/components/content/content.scss @@ -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 {