Skip to content

Commit

Permalink
Select: support scrollable in iOS devices
Browse files Browse the repository at this point in the history
  • Loading branch information
farhanabi committed Sep 25, 2024
1 parent 0d7dd04 commit 48aa351
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Input/Select/SelectStyle.ts
Original file line number Diff line number Diff line change
Expand Up @@ -198,6 +198,7 @@ export const SelectListWrapper = styled.ul<SelectListWrapperProps>`
z-index: 9999;
max-height: 200px;
overflow: auto;
-webkit-overflow-scrolling: touch;
font-size: ${({ small }) => (small ? '1em' : '1.1em')};
padding: 0;
margin: 0;
Expand Down

0 comments on commit 48aa351

Please sign in to comment.