From: Dan Allen Date: Wed, 23 Dec 2020 21:31:43 +0000 (-0700) Subject: use correct value for max height of navbar menu on mobile X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=58d9384ea57ad79af36039b47126cb74e016916f;p=eg-antora.git use correct value for max height of navbar menu on mobile --- diff --git a/src/css/header.css b/src/css/header.css index 876784f..3e1a7bb 100644 --- a/src/css/header.css +++ b/src/css/header.css @@ -170,7 +170,7 @@ body { .navbar-menu.is-active { display: block; box-shadow: 0 8px 16px rgba(10, 10, 10, 0.1); - max-height: var(--nav-height); + max-height: var(--body-min-height); overflow-y: auto; }