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

This commit is contained in:
Elian Doran
2024-11-01 20:23:46 +02:00
parent aa7d7b3afd
commit bbaed45f6b

View File

@@ -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);