]> source.dussan.org Git - sonarqube.git/commitdiff
New Issues Page: fix icons overlay
authorStas Vilchik <vilchiks@gmail.com>
Fri, 7 Feb 2014 10:42:20 +0000 (16:42 +0600)
committerStas Vilchik <vilchiks@gmail.com>
Fri, 7 Feb 2014 10:42:20 +0000 (16:42 +0600)
sonar-server/src/main/webapp/stylesheets/navigator.css
sonar-server/src/main/webapp/stylesheets/navigator/base.css
sonar-server/src/main/webapp/stylesheets/navigator/base.less

index 58a4d6898b5d06832dd52ed4df8b1d0e0aa386c1..a4390c55f7f441fad1300f386905a5b5d3252718 100644 (file)
 }
 .navigator-results-list.navigator-fetching:before {
   position: fixed;
+  z-index: 3;
   top: 134px;
   bottom: 0;
   left: 0;
index 77ec44eda19a442c68ee73baacc635d035c0e928..327f0a7cd5775908a56adcc35e21884583da5e00 100644 (file)
 }
 .navigator-results-list.navigator-fetching:before {
   position: fixed;
+  z-index: 3;
   top: 134px;
   bottom: 0;
   left: 0;
index 30b90c4e7e362e1608340e053d5653494f7dd09a..633bc35a933a65d7523a0ce527c85282e09f71a1 100644 (file)
 
     &:before {
       position: fixed;
+      z-index: 3;
       top: @navigatorTopOffset + @navigatorHeaderHeight + @navigatorFiltersHeight + @navigatorStatusHeight;
       bottom: 0;
       left: 0;