From 605c2215d8f95bca25e54eac3529c25fe498da0f Mon Sep 17 00:00:00 2001 From: Alex Coles Date: Mon, 15 Dec 2014 14:19:22 +0100 Subject: [PATCH] Ensure #main always uses 100% width and not just in in absolute layout mode. Signed-off-by: Alex Coles --- app/assets/stylesheets/layout/_base.sass | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/assets/stylesheets/layout/_base.sass b/app/assets/stylesheets/layout/_base.sass index 990984aac5..3b1aac792a 100644 --- a/app/assets/stylesheets/layout/_base.sass +++ b/app/assets/stylesheets/layout/_base.sass @@ -73,7 +73,8 @@ h4, .wiki h3 border-bottom: 1px dotted #bbbbbb #main - z-index: 20 + width: 100% + z-index: 20 overflow: auto padding-bottom: $footer-height @@ -81,7 +82,6 @@ h4, .wiki h3 position: absolute top: 55px bottom: 0 - width: 100% overflow: hidden border: bottom: 5px solid $footer-bg-color