소스 검색

fix z-index on app

AlexiCauvin 7 년 전
부모
커밋
c5be897147
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/component/PopinFixed/PopinFixed.styl

+ 1 - 1
src/component/PopinFixed/PopinFixed.styl 파일 보기

@@ -8,7 +8,7 @@
8 8
   height 100%
9 9
   background-color lightGrey
10 10
   box-shadow shadow-page
11
-  z-index 1
11
+  z-index 4
12 12
   &.visible
13 13
     visibility visible
14 14
   &__header