소스 검색

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>