瀏覽代碼

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

Enrico Berti 7 年之前
父節點
當前提交
fbcff2d305

文件差異過大導致無法顯示
+ 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 {

部分文件因文件數量過多而無法顯示