Преглед изворни кода

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

Enrico Berti пре 9 година
родитељ
комит
1f2a048
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;
 }