Browse Source

fix z-index on app

AlexiCauvin 6 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,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