Denis K 9 роки тому
батько
коміт
a8d0b47e31
1 змінених файлів з 1 додано та 5 видалено
  1. 1 5
      jet/static/jet/css/_header.scss

+ 1 - 5
jet/static/jet/css/_header.scss

@@ -38,9 +38,6 @@
 }
 
 .user-tools {
-  position: relative;
-  z-index: 2;
-
   ul {
     position: absolute;
     top: $top-height - 12px;
@@ -53,13 +50,12 @@
     list-style: none;
     display: inline-block;
     width: 175px;
-    z-index: 1;
+    z-index: 4;
 
     @include for-mobile {
       position: fixed;
       top: 0;
       right: 0;
-      z-index: 4;
       width: auto;
       max-width: 200px;
       color: $sidebar-link-color;