fix css issues

This commit is contained in:
2026-04-27 23:21:19 +02:00
parent e1aacf2707
commit 5dffcf8cd2
5 changed files with 19 additions and 24 deletions

View File

@@ -10,7 +10,7 @@ nav {
height: 50px;
background: var(--navigation-background);
color: var(--text-inverse);
z-index: 1;
z-index: 20;
box-shadow: 0px -5px 20px 4px rgba(0, 0, 0, 0.39), 1px 0px 6px 4px rgba(0, 0, 0, 0.53);
backdrop-filter: blur(10px);
transition: var(--transition);