소스 검색

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;