use correct value for max height of navbar menu on mobile
authorDan Allen <dan@opendevise.com>
Wed, 23 Dec 2020 21:31:43 +0000 (14:31 -0700)
committerDan Allen <dan@opendevise.com>
Wed, 23 Dec 2020 21:31:43 +0000 (14:31 -0700)
src/css/header.css

index 876784f..3e1a7bb 100644 (file)
@@ -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;
   }