diff options
| author | Dan Allen <dan@opendevise.com> | 2018-12-27 11:51:35 +0000 |
|---|---|---|
| committer | Dan Allen <dan@opendevise.com> | 2018-12-27 11:51:35 +0000 |
| commit | fa1b4b6d8b6d40cd25db4f66cfa72deea3f4be00 (patch) | |
| tree | c8bc6e4c3776cb6ef84a301adc7da584474ce720 /src | |
| parent | ee85fb5bec583632e7eca65afd73913553b53fd1 (diff) | |
| parent | 43c64bc1965642235128002552fc6cd99c1d2d7e (diff) | |
| download | alpine-antora-theme-fa1b4b6d8b6d40cd25db4f66cfa72deea3f4be00.tar.bz2 alpine-antora-theme-fa1b4b6d8b6d40cd25db4f66cfa72deea3f4be00.tar.xz | |
merge !63
Upgrade dependencies
Diffstat (limited to 'src')
| -rw-r--r-- | src/css/navigation-menu.css | 5 |
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)); } |
