Browse Source

fix z-index on app

AlexiCauvin 7 years ago
parent
commit
c5be897147
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/component/PopinFixed/PopinFixed.styl

+ 1 - 1
src/component/PopinFixed/PopinFixed.styl View File

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