浏览代码

HUE-4418 [editor] Sessions tab doesn't display properly once the Settings is expanded

Enrico Berti 9 年之前
父节点
当前提交
4554c5a
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      desktop/libs/notebook/src/notebook/static/notebook/css/notebook.css

+ 1 - 1
desktop/libs/notebook/src/notebook/static/notebook/css/notebook.css

@@ -73,7 +73,7 @@ body {
   transition: all;
   -webkit-transition-duration: .3s;
   transition-duration: .3s;
-  z-index: 10;
+  z-index: 401;
   overflow-y: auto;
   padding: 10px 0;
   width: 380px;