From 8dd9d06b2a66e0ec5b32577996952660401d5176 Mon Sep 17 00:00:00 2001 From: Neata Alexandru Date: Sun, 3 Mar 2024 00:00:50 +0200 Subject: [PATCH] Made the modal dialog fixed --- components/utils/ModalDialog.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/components/utils/ModalDialog.vue b/components/utils/ModalDialog.vue index 70ff877..16c13d4 100644 --- a/components/utils/ModalDialog.vue +++ b/components/utils/ModalDialog.vue @@ -95,6 +95,7 @@ dialog.modal-window { overflow: hidden; &.show { + position: fixed; display: flex; align-items: stretch; justify-content: stretch;