Browse Source

fixe a z-index bug

AlexiCauvin 6 years ago
parent
commit
0958e6d0c0
2 changed files with 2 additions and 2 deletions
  1. 1 1
      src/css/Header.styl
  2. 1 1
      src/css/Sidebar.styl

+ 1 - 1
src/css/Header.styl View File

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

+ 1 - 1
src/css/Sidebar.styl View File

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