From 0336171e4a6e5b34ed3c6394b1c911a3c7f0e96a Mon Sep 17 00:00:00 2001 From: Carlos Coelho Date: Sun, 6 Mar 2016 22:20:13 -0300 Subject: [PATCH] Unset footer fixed height If footer is set to a fixed height, it makes some white block between footer and bottom of page. Its height should be resized according to footer content. Related to #840 Signed-off-by: Carlos Coelho --- app/assets/stylesheets/osem.css.scss | 2 -- 1 file changed, 2 deletions(-) diff --git a/app/assets/stylesheets/osem.css.scss b/app/assets/stylesheets/osem.css.scss index 2f44ba19..58ffbc34 100644 --- a/app/assets/stylesheets/osem.css.scss +++ b/app/assets/stylesheets/osem.css.scss @@ -18,8 +18,6 @@ body { position: absolute; bottom: 0; width: 100%; - /* Set the fixed height of the footer here */ - height: 60px; background-color: #f5f5f5; .container { padding: 15px;