From 7c27898d0bc9ff9c33598b1a9490c0179ddbe342 Mon Sep 17 00:00:00 2001 From: Miodec Date: Sat, 16 Aug 2025 11:07:24 +0200 Subject: [PATCH] fix: account menu being shown under the test config closes #6886 --- frontend/src/styles/nav.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/styles/nav.scss b/frontend/src/styles/nav.scss index fc0f30fe8..f1898c83f 100644 --- a/frontend/src/styles/nav.scss +++ b/frontend/src/styles/nav.scss @@ -241,7 +241,7 @@ header { display: grid; grid-auto-flow: column; grid-template-columns: auto 1fr; - z-index: 2; + z-index: 3; align-items: center; gap: 0.5rem; -webkit-user-select: none;