소스 검색

fixe a z-index bug

AlexiCauvin 6 년 전
부모
커밋
0958e6d0c0
2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 1
      src/css/Header.styl
  2. 1 1
      src/css/Sidebar.styl

+ 1 - 1
src/css/Header.styl 파일 보기

@@ -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 파일 보기

@@ -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