fix: Make the scanlines on top, move nav even more top

This commit is contained in:
daudix
2024-01-29 22:13:59 +03:00
parent 68d22810fc
commit 4d9efb886e
2 changed files with 2 additions and 1 deletions

View File

@ -9,7 +9,7 @@
position: sticky;
top: 1rem;
max-width: min(calc(var(--content-width) + 10rem), 90%);
z-index: 1;
z-index: 999;
nav {
display: flex;