瀏覽代碼

HUE-4031 [editor] Make the syntax suggestion drop-down scrollable

Johan Ahlen 8 年之前
父節點
當前提交
0fc8f070c0

文件差異過大導致無法顯示
+ 0 - 0
desktop/core/src/desktop/static/desktop/css/hue.css


+ 3 - 0
desktop/core/src/desktop/static/desktop/less/hue.less

@@ -481,6 +481,9 @@ a:visited {
 .hue-syntax-drop-down {
   position: absolute;
   z-index: 1038;
+  .dropdown-menu {
+    overflow-y: scroll;
+  }
 }
 
 .hue-popover {

部分文件因文件數量過多而無法顯示