mirror of
https://github.com/zadam/trilium.git
synced 2025-11-02 19:36:12 +01:00
jump to note list: Remove scroll when not needed
This commit is contained in:
@@ -506,7 +506,7 @@ table.promoted-attributes-in-tooltip td, table.promoted-attributes-in-tooltip th
|
|||||||
|
|
||||||
.algolia-autocomplete-container .aa-dropdown-menu {
|
.algolia-autocomplete-container .aa-dropdown-menu {
|
||||||
position: inherit !important;
|
position: inherit !important;
|
||||||
overflow: scroll;
|
overflow: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
.algolia-autocomplete .aa-input, .algolia-autocomplete .aa-hint {
|
.algolia-autocomplete .aa-input, .algolia-autocomplete .aa-hint {
|
||||||
|
|||||||
Reference in New Issue
Block a user