Parcourir la source

Fix z-index on modal overlay

sbkwgh il y a 8 ans
Parent
commit
9457925f95
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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;