Fix scrollbar showing up on public page

Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
This commit is contained in:
Jan-Christoph Borchardt 2017-11-01 12:05:31 +01:00
parent 116cb58c3c
commit b3ccaf815d
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
#content { #content {
height: initial; height: initial;
min-height: calc(100vh - 120px); min-height: calc(100vh - 160px);
} }
#header .menutoggle { #header .menutoggle {