diff options
author | David Gageot <david@gageot.net> | 2012-06-05 11:45:31 +0200 |
---|---|---|
committer | David Gageot <david@gageot.net> | 2012-06-05 11:46:45 +0200 |
commit | d30d51e12a5540b305e03ed5e85712328aed2f45 (patch) | |
tree | 2b982d554953ff8c6266e6ee9a496514301d977d /sonar-server/src/main/webapp/stylesheets/dashboard.css | |
parent | 18fb4c8bdc749ff24ea65b9e0695adfe29edab32 (diff) | |
download | sonarqube-d30d51e12a5540b305e03ed5e85712328aed2f45.tar.gz sonarqube-d30d51e12a5540b305e03ed5e85712328aed2f45.zip |
FIX Dashboard always display a scroll in IE7
Diffstat (limited to 'sonar-server/src/main/webapp/stylesheets/dashboard.css')
-rw-r--r-- | sonar-server/src/main/webapp/stylesheets/dashboard.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sonar-server/src/main/webapp/stylesheets/dashboard.css b/sonar-server/src/main/webapp/stylesheets/dashboard.css index eb52084c63b..f328e612fb3 100644 --- a/sonar-server/src/main/webapp/stylesheets/dashboard.css +++ b/sonar-server/src/main/webapp/stylesheets/dashboard.css @@ -18,6 +18,7 @@ #dashboard .widget { position: relative; overflow-x: auto; + overflow-y: hidden; padding: 10px; margin: 0; border: 1px solid #ddd; |