From 5b702af91ca1652400d7f189386cda694f838860 Mon Sep 17 00:00:00 2001 From: Rgoplay <52797377+Rgoplay@users.noreply.github.com> Date: Tue, 10 Feb 2026 17:14:47 +0100 Subject: [PATCH 1/2] Making cover-over reconnecting go over Dialog boxes --- src/webpage/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/webpage/style.css b/src/webpage/style.css index 99b8402c..89f1a0ac 100644 --- a/src/webpage/style.css +++ b/src/webpage/style.css @@ -1651,7 +1651,7 @@ span.instanceStatus { /* Loading */ #loading { - z-index: 100; + z-index: 110; position: absolute; height: 100%; width: 100%; From 4feea34bf091f7f2f4fe0fcb8901785e65e62297 Mon Sep 17 00:00:00 2001 From: Rgoplay <52797377+Rgoplay@users.noreply.github.com> Date: Tue, 10 Feb 2026 17:44:11 +0100 Subject: [PATCH 2/2] Fixing account switcher z-index --- src/webpage/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/webpage/style.css b/src/webpage/style.css index 89f1a0ac..96e6ecce 100644 --- a/src/webpage/style.css +++ b/src/webpage/style.css @@ -3648,7 +3648,7 @@ fieldset input[type="radio"] { color: var(--primary-text-soft); } .accountSwitcher { - z-index: 102; + z-index: 111; } .accountSwitcher h1 { margin-bottom: 4px;