From 74fc6aa81bfcc8200b46171d24b14213f6499614 Mon Sep 17 00:00:00 2001 From: calzoneman Date: Wed, 19 Mar 2014 22:20:33 -0500 Subject: [PATCH] Fix #334 --- www/css/sticky-footer-navbar.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/css/sticky-footer-navbar.css b/www/css/sticky-footer-navbar.css index 74e3800f..923c7dec 100644 --- a/www/css/sticky-footer-navbar.css +++ b/www/css/sticky-footer-navbar.css @@ -16,7 +16,7 @@ body { /* Set the fixed height of the footer here */ #footer { - height: 60px; + min-height: 60px; background-color: #f5f5f5; }