瀏覽代碼

HUE-5399 [editor] Banner might hide the right panel

Enrico Berti 9 年之前
父節點
當前提交
71197b87c9
共有 1 個文件被更改,包括 4 次插入0 次删除
  1. 4 0
      desktop/libs/notebook/src/notebook/templates/editor_components.mako

+ 4 - 0
desktop/libs/notebook/src/notebook/templates/editor_components.mako

@@ -210,6 +210,10 @@ from notebook.conf import ENABLE_QUERY_BUILDER, ENABLE_QUERY_SCHEDULING, ENABLE_
   .main-content {
     top: 112px!important;
   }
+  .context-panel {
+    height: calc(100% - 104px);
+    top: 104px;
+  }
 % endif
 </style>