Explorar el Código

fix z-index on app

AlexiCauvin hace 7 años
padre
commit
c5be897147
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/component/PopinFixed/PopinFixed.styl

+ 1 - 1
src/component/PopinFixed/PopinFixed.styl Ver fichero

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