Browse Source

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

Enrico Berti 9 years ago
parent
commit
1f2a048
1 changed files with 1 additions and 1 deletions
  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;
 }