From: Simon Brandhof Date: Fri, 23 Dec 2011 11:28:18 +0000 (+0100) Subject: SONAR-983 fix display of search results when a SmartGwt component is loaded in the... X-Git-Tag: 2.13~31 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=517703eb21d24fc0e3ed632220075d961ba10d6f;p=sonarqube.git SONAR-983 fix display of search results when a SmartGwt component is loaded in the page --- diff --git a/sonar-server/src/main/webapp/stylesheets/style.css b/sonar-server/src/main/webapp/stylesheets/style.css index 3fc715299b6..e7f98ec9a23 100644 --- a/sonar-server/src/main/webapp/stylesheets/style.css +++ b/sonar-server/src/main/webapp/stylesheets/style.css @@ -1289,7 +1289,7 @@ div.autocomplete { -webkit-box-shadow: 0 0 10px 5px #EFEFEF; -o-box-shadow: 0 0 10px 5px #EFEFEF; box-shadow: 0 0 10px 5px #EFEFEF; - z-index: 10000; + z-index: 999999; } div.autocomplete ul {