fix: Make the scanlines on top, move nav even more top
This commit is contained in:
@ -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 {
|
||||||
|
@ -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;
|
||||||
|
Reference in New Issue
Block a user