Skip to content

Commit

Permalink
fix: menu dropdown are now scrollable (#1508)
Browse files Browse the repository at this point in the history
Co-authored-by: Cole Blanchard <[email protected]>
  • Loading branch information
blanchco and Cole Blanchard authored Jul 18, 2023
1 parent 143ffcf commit 105062f
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
.p-menu {
max-height: 400px;
overflow-y: auto;
.p-menuitem {
.p-menuitem-link {
&:focus {
Expand Down

0 comments on commit 105062f

Please sign in to comment.