diff --git a/assets/css/app.css b/assets/css/app.css index def1b52..3ebe9d7 100644 --- a/assets/css/app.css +++ b/assets/css/app.css @@ -21,8 +21,6 @@ body { font-family: var(--font-primary); background: var(--color-white-100); height: 100vh; - - height: 100vh; } body.noscroll { diff --git a/assets/css/header.css b/assets/css/header.css index e7e9fad..2a97c53 100644 --- a/assets/css/header.css +++ b/assets/css/header.css @@ -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 {