Browse Source

HUE-8189 [dashboard] Prevent fixed search bar to be on top of the main Hue menu dropdown

Enrico Berti 7 years ago
parent
commit
fbcff2d305

File diff suppressed because it is too large
+ 0 - 0
desktop/libs/dashboard/src/dashboard/static/dashboard/css/search.css


+ 1 - 1
desktop/libs/dashboard/src/dashboard/static/dashboard/less/search.less

@@ -80,7 +80,7 @@
     width: 100%;
     position: fixed;
     top: 28px;
-    z-index: 1010;
+    z-index: 999;
   }
 
   .search-bar .app-header {

Some files were not shown because too many files changed in this diff