From 86e6ee3cda3732fffd71567af88490fca48d4dcb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C4=93teris=20Caune?= Date: Sun, 27 Dec 2015 00:48:12 +0200 Subject: [PATCH] A fix for vertical scrollbar appearing even on short pages. --- static/css/base.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/css/base.css b/static/css/base.css index a7469a9d..44234cb1 100644 --- a/static/css/base.css +++ b/static/css/base.css @@ -13,7 +13,7 @@ body { bottom: 0; width: 100%; /* Set the fixed height of the footer here */ - height: 80px; + height: 81px; line-height: 80px; color: #AAA; border-top: 1px solid #eee;