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

@ -63,6 +63,7 @@
position: absolute; position: absolute;
top: 0; top: 0;
width: 100%; width: 100%;
z-index: 1;
@keyframes scanlines { @keyframes scanlines {
from { from {

View File

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