瀏覽代碼

HUE-7743 [frontend] Adjust top-nav z-index for embedded mode

Johan Ahlen 8 年之前
父節點
當前提交
3e50917

文件差異過大導致無法顯示
+ 0 - 0
desktop/core/src/desktop/static/desktop/css/hue-embedded.css


+ 4 - 0
desktop/core/src/desktop/static/desktop/less/hue-embedded.less

@@ -34,6 +34,10 @@
     padding-left: 0;
     padding-right: 0;
     z-index: auto;
+
+    .top-nav {
+      z-index: 999;
+    }
   }
 
   .modal {

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