Skip to content

Commit

Permalink
fix(select): fix safari overflow bug (#492)
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrey Kvashuk committed Feb 1, 2021
1 parent b510257 commit a273dc1
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
border-radius: var(--select-options-list-border-radius);
background: var(--select-option-background);
overflow: hidden;
will-change: transform;
}

.nativeSelect {
Expand Down

0 comments on commit a273dc1

Please sign in to comment.