diff --git a/layout/static/css/layout_2018.css b/layout/static/css/layout_2018.css index 7f5c77268faf978ec4e93cec95f7a28fde278b69..83cb1e907fbedb23bab5f7b24fbb48a4681e9b55 100644 --- a/layout/static/css/layout_2018.css +++ b/layout/static/css/layout_2018.css @@ -10,10 +10,15 @@ body{ padding-top: 20px; font-size: 0.9rem; line-height: 1.2rem; + overflow: auto; } -.footer{ +.footer { + position: absolute; + height: 70px; bottom:0; - width:100%; + width:100%; + padding-bottom:8px; + padding-top: 5px; } .cl-navbar { border-width: 0px; diff --git a/layout/templates/layout_2018.html b/layout/templates/layout_2018.html index 7d375c0f44c90b357e0157b8148cd328a07a8eeb..419751a58beb42b00ff9275e7da7fe64fb501c7a 100644 --- a/layout/templates/layout_2018.html +++ b/layout/templates/layout_2018.html @@ -66,14 +66,14 @@ {{{page-content}}} -