summaryrefslogtreecommitdiffstats
path: root/src/css
diff options
context:
space:
mode:
authorDan Allen <dan@opendevise.com>2018-12-26 15:16:51 -0700
committerDan Allen <dan@opendevise.com>2018-12-26 15:40:49 -0700
commita2767b5448e96ea933d5c27c584f7315eef0c148 (patch)
tree8b0c8434cad1cc581df301b2343dc8a62891e5ab /src/css
parentee85fb5bec583632e7eca65afd73913553b53fd1 (diff)
downloadalpine-antora-theme-a2767b5448e96ea933d5c27c584f7315eef0c148.tar.bz2
alpine-antora-theme-a2767b5448e96ea933d5c27c584f7315eef0c148.tar.xz
upgrade dependencies
- upgrade dependencies - add preview mode to build - adding missing displayVersion properties in preview model - exclude no-descending-specificity rule in stylelint - fixes compatibility with Node 10
Diffstat (limited to 'src/css')
-rw-r--r--src/css/navigation-menu.css5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/css/navigation-menu.css b/src/css/navigation-menu.css
index 4389582..d781944 100644
--- a/src/css/navigation-menu.css
+++ b/src/css/navigation-menu.css
@@ -7,10 +7,7 @@ html.is-clipped--nav {
overflow-y: auto;
display: flex;
flex-direction: column;
-}
-
-/* help Chrome calculate the height correctly; must match .navigation value minus height of drawer */
-.navigation-menu {
+ /* help Chrome calculate the height correctly; must match .navigation value minus height of drawer */
height: calc(100vh - var(--navbar-height) - var(--toolbar-height) - var(--drawer-height));
}