mirror of
https://github.com/TriliumNext/Notes.git
synced 2026-03-15 04:21:09 -05:00
added scrollbar to the autocomplete
This commit is contained in:
@@ -44,3 +44,9 @@ span.fancytree-node.fancytree-folder > span.fancytree-icon {
|
||||
background-image: url("icons/folder.png");
|
||||
}
|
||||
|
||||
.ui-autocomplete {
|
||||
max-height: 300px;
|
||||
overflow-y: auto;
|
||||
/* prevent horizontal scrollbar */
|
||||
overflow-x: hidden;
|
||||
}
|
||||
Reference in New Issue
Block a user