mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-01-07 14:02:48 +00:00
fix: can't select some list elements on safari 16.4
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user