client: Fix scrolling in empty tab search list after constraining height

pull/534/head
Elian Doran 2024-11-01 20:23:46 +07:00
parent aa7d7b3afd
commit bbaed45f6b
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

@ -26,7 +26,7 @@ const TPL = `
border: 1px solid var(--main-border-color);
}
.note-detail-empty-results {
.note-detail-empty-results .aa-dropdown-menu {
max-height: 50vh;
overflow: scroll;
border: var(--bs-border-width) solid var(--bs-border-color);