Browse Source

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

Enrico Berti 9 năm trước cách đây
mục cha
commit
1f2a0486c5
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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;
 }