From d77a9d57ec02c69df43ec2a286eea674a85cae36 Mon Sep 17 00:00:00 2001 From: Liam DeBeasi Date: Thu, 12 Nov 2020 16:02:12 -0500 Subject: [PATCH] perf(ios): move content to stacking context while preserving position: fixed behavior (#22489) resolves #22473 --- 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 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 {