Sfoglia il codice sorgente

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

Johan Ahlen 8 anni fa
parent
commit
0fc8f07

File diff suppressed because it is too large
+ 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 {

Some files were not shown because too many files changed in this diff