From 98a6e0f800468287ae7764008893d5432c2a8965 Mon Sep 17 00:00:00 2001 From: Liam DeBeasi Date: Thu, 12 Nov 2020 10:14:59 -0500 Subject: [PATCH] force layer backing sharing --- core/src/components/content/content.scss | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/core/src/components/content/content.scss b/core/src/components/content/content.scss index 251e93f2f35..4bd6f5e3f54 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 {