From 98cf9eb47e92d3702e660ed77ceedee858021014 Mon Sep 17 00:00:00 2001 From: root Date: Thu, 14 May 2026 02:54:22 +0000 Subject: [PATCH] =?UTF-8?q?fix(ui):=20.hidden=20mit=20!important=20?= =?UTF-8?q?=E2=80=94=20Overlay=20verschwand=20nach=20Login=20nicht=20(disp?= =?UTF-8?q?lay:flex=20auf=20.overlay=20=C3=BCberschrieb=20display:none)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lxc-frontend/app/static/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lxc-frontend/app/static/style.css b/lxc-frontend/app/static/style.css index 1de36c3..12d5d45 100644 --- a/lxc-frontend/app/static/style.css +++ b/lxc-frontend/app/static/style.css @@ -73,7 +73,7 @@ button { } button:hover { background: var(--accent-hover); } button:disabled { opacity: .6; cursor: not-allowed; } -.hidden { display: none; } +.hidden { display: none !important; } .msg { min-height: 1em; margin: 8px 0 0; font-size: 13px; } .msg.ok { color: var(--ok); } .msg.err { color: var(--err); }