Skip to content

Commit 7c27898

Browse files
committed
fix: account menu being shown under the test config
closes monkeytypegame#6886
1 parent 1402b3a commit 7c27898

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/src/styles/nav.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@ header {
241241
display: grid;
242242
grid-auto-flow: column;
243243
grid-template-columns: auto 1fr;
244-
z-index: 2;
244+
z-index: 3;
245245
align-items: center;
246246
gap: 0.5rem;
247247
-webkit-user-select: none;

0 commit comments

Comments
 (0)