Browse Source

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

Enrico Berti 9 years ago
parent
commit
71197b8

+ 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>