Bläddra i källkod

fixe a z-index bug

AlexiCauvin 6 år sedan
förälder
incheckning
0958e6d0c0
2 ändrade filer med 2 tillägg och 2 borttagningar
  1. 1 1
      src/css/Header.styl
  2. 1 1
      src/css/Sidebar.styl

+ 1 - 1
src/css/Header.styl Visa fil

@@ -3,7 +3,7 @@
3 3
   width 100%
4 4
   box-shadow shadow-bottom
5 5
   background mainColor
6
-  z-index 4
6
+  z-index 5
7 7
   &__logo
8 8
     &__img
9 9
       width 150px

+ 1 - 1
src/css/Sidebar.styl Visa fil

@@ -36,7 +36,7 @@ leftside()
36 36
   position relative
37 37
   transition all sidebar-animate-speed
38 38
   width sidebar-width
39
-  z-index 2
39
+  z-index 4
40 40
   &.sidebarclose
41 41
     width 0
42 42
   &__expand