Explorar el Código

Fix z-index on modal overlay

sbkwgh hace 8 años
padre
commit
9457925f95
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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;