瀏覽代碼

HUE-3508 [metastore] Fixed overlay conflicts with top menu

Enrico Berti 9 年之前
父節點
當前提交
1f2a0486c5
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      desktop/core/src/desktop/static/desktop/css/hue3.css

+ 1 - 1
desktop/core/src/desktop/static/desktop/css/hue3.css

@@ -2581,6 +2581,6 @@ body {
 
 .dockable {
   background-color: #FFF;
-  z-index: 10000;
+  z-index: 1000;
   padding-bottom: 2px;
 }