Преглед изворни кода

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;