From 36153117cc023f9a78b5ff17b7515a149eddf634 Mon Sep 17 00:00:00 2001 From: Simon Brandhof Date: Thu, 27 Sep 2012 14:31:37 +0200 Subject: [PATCH] The footer should not overlap with sidebar --- sonar-server/src/main/webapp/stylesheets/layout.css | 1 + 1 file changed, 1 insertion(+) diff --git a/sonar-server/src/main/webapp/stylesheets/layout.css b/sonar-server/src/main/webapp/stylesheets/layout.css index 7dd4a87c418..ed42c8e1e80 100644 --- a/sonar-server/src/main/webapp/stylesheets/layout.css +++ b/sonar-server/src/main/webapp/stylesheets/layout.css @@ -47,6 +47,7 @@ body, a { #container { height: auto !important; min-width: 940px; + min-height: 500px; } #hd { -- 2.39.5