This commit is contained in:
Swift
2024-02-23 13:21:51 +03:30
parent 0fd34d5b4e
commit 9bc0ff902a
5 changed files with 19 additions and 5 deletions
+1 -1
View File
@@ -4,7 +4,7 @@
position: fixed;
top: 0;
left: 0;
z-index: 10;
z-index: 11;
a {
color: #fff;
+2 -2
View File
@@ -8,7 +8,7 @@
position: fixed;
top: 55px;
left: 0;
z-index: 15;
z-index: 200;
height: 100vh;
@include boxShadow(10px 10px 10px rgba(#000, 0.4));
@@ -42,6 +42,6 @@
position: fixed;
top: 60px;
left: 0;
z-index: 14;
z-index: 199;
}
}