From 456ad515988d7918ca64e429d50e21a969f77837 Mon Sep 17 00:00:00 2001 From: Arda Serdar Pektezol <1669855+pektezol@users.noreply.github.com> Date: Tue, 22 Oct 2024 12:28:34 +0300 Subject: frontend: dimmer fullscreen upload, change text --- frontend/src/css/Dialog.css | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'frontend/src/css/Dialog.css') diff --git a/frontend/src/css/Dialog.css b/frontend/src/css/Dialog.css index f16425d..47f070b 100644 --- a/frontend/src/css/Dialog.css +++ b/frontend/src/css/Dialog.css @@ -1,10 +1,9 @@ .dimmer { position: fixed; - width: calc(100%); + width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.5); z-index: 4; - left: 0px; } .dialog { -- cgit v1.2.3