浏览代码

[overlay] add z-index

mightyplow 6 年之前
父节点
当前提交
1bcd9c85d9
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      src/overlay/overlay.css

+ 1 - 0
src/overlay/overlay.css

@@ -2,6 +2,7 @@
     background: rgba(0, 0, 0, 0.4);
     background: rgba(0, 0, 0, 0.4);
     display: flex;
     display: flex;
     position: fixed;
     position: fixed;
+    z-index: 1;
     top: 0;
     top: 0;
     right: 0;
     right: 0;
     bottom: 0;
     bottom: 0;