Skip to content

Commit

Permalink
client: Fix scrolling in empty tab search list after constraining height
Browse files Browse the repository at this point in the history
  • Loading branch information
eliandoran committed Nov 1, 2024
1 parent aa7d7b3 commit bbaed45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/public/app/widgets/type_widgets/empty.js
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit bbaed45

Please sign in to comment.