浏览代码

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 {

部分文件因为文件数量过多而无法显示