Fix scrollbar showing up on public page
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
This commit is contained in:
parent
116cb58c3c
commit
b3ccaf815d
|
@ -1,6 +1,6 @@
|
|||
#content {
|
||||
height: initial;
|
||||
min-height: calc(100vh - 120px);
|
||||
min-height: calc(100vh - 160px);
|
||||
}
|
||||
|
||||
#header .menutoggle {
|
||||
|
|
Loading…
Reference in New Issue