diff --git a/resources/css/main.scss b/resources/css/main.scss index a09a7ff..0b5ba15 100644 --- a/resources/css/main.scss +++ b/resources/css/main.scss @@ -110,7 +110,7 @@ html, body { } @include mixins.header_overflow2 { - height: 95vh; + height: calc(100vh - 45px); } }