This commit is contained in:
2023-06-05 20:27:02 +02:00
parent de1ec02c43
commit bc17266dfa
2 changed files with 2 additions and 2 deletions

View File

@@ -21,8 +21,6 @@ body {
font-family: var(--font-primary);
background: var(--color-white-100);
height: 100vh;
height: 100vh;
}
body.noscroll {

View File

@@ -8,6 +8,8 @@
box-shadow: var(--header-shadow),var(--shadow-inset);
margin-bottom: -5rem;
z-index: 10;
/* z-index: 10; fixme */
}
.header.is-open {