From 4d842995f4067058b21729aab6139cd388c36353 Mon Sep 17 00:00:00 2001 From: Wolfboy248 Date: Tue, 29 Oct 2024 11:45:00 +0100 Subject: refactor: loader dialog, uploadrundialog update, touchups --- frontend/src/css/Dialog.css | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) (limited to 'frontend/src/css/Dialog.css') diff --git a/frontend/src/css/Dialog.css b/frontend/src/css/Dialog.css index 47f070b..fc557d2 100644 --- a/frontend/src/css/Dialog.css +++ b/frontend/src/css/Dialog.css @@ -1,11 +1,21 @@ .dimmer { position: fixed; - width: 100%; + /* WHAT A SCHTUPID ACTION */ + width: 200%; height: 100%; background-color: rgba(0, 0, 0, 0.5); z-index: 4; } +.dialog-container { + position: absolute; + top: 0px; + left: -350px; + width: 100%; + height: 100%; + z-index: 10000; +} + .dialog { position: fixed; z-index: 4; @@ -82,4 +92,4 @@ transform: translate(-50%, calc(-50%)); opacity: 1; } -} \ No newline at end of file +} -- cgit v1.2.3