Эх сурвалжийг харах

HUE-5333 [assist] Fix context popover in responsive

Johan Ahlen 9 жил өмнө
parent
commit
4ea6ea6

+ 4 - 0
desktop/core/src/desktop/static/desktop/css/responsive.css

@@ -959,6 +959,10 @@ h6 {
   background-color: #e5e5e5;
 }
 
+#sqlContextPopover .hue-popover {
+  position: fixed;
+}
+
 /* styling for the imported apps */
 
 .page-content .navbar-inner {

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

@@ -183,8 +183,6 @@ from notebook.conf import ENABLE_QUERY_BUILDER, ENABLE_QUERY_SCHEDULING, ENABLE_
   });
 </script>
 
-<script src="${ static('desktop/js/hue.utils.js') }"></script>
-
 <script src="${ static('desktop/ext/js/download.min.js') }"></script>
 
 <%namespace name="dashboard" file="/common_dashboard.mako" />