fix: account menu being shown under the test config

closes #6886
This commit is contained in:
Miodec 2025-08-16 11:07:24 +02:00
parent 1402b3addf
commit 7c27898d0b

View file

@ -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;