Skip to content

Commit

Permalink
Add scroll to categories dropdown when too many categories (#3857)
Browse files Browse the repository at this point in the history
  • Loading branch information
arielj authored Jul 11, 2024
1 parent 3ed2f38 commit dfa48dc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/frontend/components/UI/LibraryFilters/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,8 @@
.dropdown {
pointer-events: all;
opacity: 1;
max-height: 100vh;
max-height: 70vh;
overflow-y: auto;
box-shadow: 4px 5px 5px 7px rgba(0, 0, 0, 0.2);
}
}
Expand Down

0 comments on commit dfa48dc

Please sign in to comment.