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; }