@@ -790,6 +790,10 @@ export default {
&.z-top {
z-index: 2;
}
+
+ &.z-none {
+ z-index: -1;
+ }
&-phone {
@@ -855,10 +859,6 @@ export default {
.z-top {
display: flex;
-
- .z-none {
- z-index: -1;
- }
@@ -136,7 +136,7 @@ export default {
position: absolute;
top: 0;
right: 0;
- z-index: 1;
+ z-index: 2;
align-items: center;
justify-content: center;