From 3e99d7fa8fcae4538e1afe6a017570b0cb6ff45e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thea=20Sch=C3=B6bl?= Date: Thu, 30 Mar 2023 12:05:21 +0200 Subject: [PATCH] fix: can't select some list elements on safari 16.4 --- src/theme/common/_ion-content-parallax.scss | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/theme/common/_ion-content-parallax.scss b/src/theme/common/_ion-content-parallax.scss index 98261c92..35e35f54 100644 --- a/src/theme/common/_ion-content-parallax.scss +++ b/src/theme/common/_ion-content-parallax.scss @@ -31,7 +31,7 @@ transform-style: preserve-3d; position: relative; - &::after { + &::before { content: ' '; position: absolute; top: 0; @@ -47,7 +47,6 @@ width: 150%; transform-origin: 50% $transform-origin; transform: translate3d(0px, $translateY, $translateZ) scale($parallax-strength); - z-index: -1; background: $parallax-background; }