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 */