fix: can't select some list elements on safari 16.4

This commit is contained in:
2023-03-30 12:05:21 +02:00
committed by Rainer Killinger
parent e8dee1fd47
commit 3e99d7fa8f

View File

@@ -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;
}