mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-07-30 03:32:26 +08:00
client: Fix scrolling in empty tab search list after constraining height
This commit is contained in:
parent
aa7d7b3afd
commit
bbaed45f6b
@ -26,7 +26,7 @@ const TPL = `
|
|||||||
border: 1px solid var(--main-border-color);
|
border: 1px solid var(--main-border-color);
|
||||||
}
|
}
|
||||||
|
|
||||||
.note-detail-empty-results {
|
.note-detail-empty-results .aa-dropdown-menu {
|
||||||
max-height: 50vh;
|
max-height: 50vh;
|
||||||
overflow: scroll;
|
overflow: scroll;
|
||||||
border: var(--bs-border-width) solid var(--bs-border-color);
|
border: var(--bs-border-width) solid var(--bs-border-color);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user