浏览代码

HUE-7071 [frontend] The left nav should always be on top

Johan Ahlen 8 年之前
父节点
当前提交
d869d8a

文件差异内容过多而无法显示
+ 0 - 0
desktop/core/src/desktop/static/desktop/css/hue.css


+ 1 - 1
desktop/core/src/desktop/static/desktop/less/cui/sidebar.less

@@ -19,7 +19,7 @@
   background-color: @sidebar-background-color;
   width: @sidebar-width;
   transition: width @sidebar-animation-duration;
-  z-index: 1000;
+  z-index: 5000;
   overflow: hidden;
   box-shadow: 0 1px 2px 0;
 

部分文件因为文件数量过多而无法显示