mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-01-21 17:12:43 +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;
|
transform-style: preserve-3d;
|
||||||
position: relative;
|
position: relative;
|
||||||
|
|
||||||
&::after {
|
&::before {
|
||||||
content: ' ';
|
content: ' ';
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 0;
|
top: 0;
|
||||||
@@ -47,7 +47,6 @@
|
|||||||
width: 150%;
|
width: 150%;
|
||||||
transform-origin: 50% $transform-origin;
|
transform-origin: 50% $transform-origin;
|
||||||
transform: translate3d(0px, $translateY, $translateZ) scale($parallax-strength);
|
transform: translate3d(0px, $translateY, $translateZ) scale($parallax-strength);
|
||||||
z-index: -1;
|
|
||||||
|
|
||||||
background: $parallax-background;
|
background: $parallax-background;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user