瀏覽代碼

Fix z-index on modal overlay

sbkwgh 8 年之前
父節點
當前提交
9457925f95
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/components/ModalWindow.vue

+ 1 - 1
src/components/ModalWindow.vue

@@ -34,7 +34,7 @@
 		align-items: center;
 		justify-content: center;
 		position: fixed;
-		z-index: 2;
+		z-index: 3;
 		top: 0;
 		left: 0;