put vertical scrollbar on auto-complete popup

This commit is contained in:
Mike Macgirvin 2024-08-20 05:38:55 +10:00
parent 025ffb51d0
commit d55b64557b

View file

@ -6,6 +6,9 @@ details[open] > summary {
list-style-type: '🔽 '; list-style-type: '🔽 ';
} }
dropdown-menu.textcomplete-dropdown {
overflow-y: auto;
}
/* jot */ /* jot */
.jothidden { .jothidden {
display:none; display:none;