Skip to content

Commit

Permalink
feat(): improve dropdown size to understand that you need to scroll
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeremiejade committed Feb 3, 2025
1 parent 60b216c commit 0b30034
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addon/styles/_pix-select.scss
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
z-index: 200;
width: 100%;
min-width: fit-content;
max-height: 12.8rem;
max-height: 12rem;
margin-top: var(--pix-spacing-1x);
padding: 0;
overflow-y: auto;
Expand Down

0 comments on commit 0b30034

Please sign in to comment.