]> source.dussan.org Git - sonarqube.git/commitdiff
drop z-index optimization (fixes issue with overalpped global search)
authorStas Vilchik <vilchiks@gmail.com>
Wed, 3 Feb 2016 10:40:53 +0000 (11:40 +0100)
committerStas Vilchik <vilchiks@gmail.com>
Wed, 3 Feb 2016 10:40:59 +0000 (11:40 +0100)
server/sonar-web/gulp/styles.js

index be8bf35fb3eebcfbbdf7928df5ccc6c2124cb348..14d98861074a77dd4f840d668f54ea5e0fca5866 100644 (file)
@@ -8,6 +8,7 @@ var autoprefixer = require('gulp-autoprefixer');
 
 
 var nanoOptions = {
+  zindex: false,
   discardComments: { removeAll: true }
 };