浏览代码

fix z-index on app

AlexiCauvin 6 年前
父节点
当前提交
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