Skip to content

Commit

Permalink
Update select style for native multiple
Browse files Browse the repository at this point in the history
  • Loading branch information
u12206050 committed Oct 21, 2024
1 parent 2ae05eb commit 344d6e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion design-library/src/components/BccSelect/BccSelect.css
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

.bcc-select[multiple] {
background-image: none;
@apply h-auto max-h-full relative p-0 overflow-y-auto;
@apply h-auto max-h-full relative overflow-y-auto;
}
.bcc-select[multiple]>option {
@apply py-2 px-4;
Expand Down

0 comments on commit 344d6e4

Please sign in to comment.