From 26e68a0ac05c70edba1c74728c5a361c4c431beb Mon Sep 17 00:00:00 2001 From: Alexandre Iooss Date: Fri, 28 Sep 2018 12:37:23 +0200 Subject: [PATCH] Fix footer not being on footer --- static/css/base.css | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/static/css/base.css b/static/css/base.css index 4f5d77fc..736935b3 100644 --- a/static/css/base.css +++ b/static/css/base.css @@ -64,10 +64,9 @@ a > i.fa { } } -/* Set height of the grid so .sidenav can be 100% (adjust as needed) */ +/* Set height of the grid so footer stay on footer */ .row.content { - height: 100%; - overflow: auto; + min-height: 70vh; } /* Set gray background color */