Skip to content

Commit

Permalink
Revert "Select: support scrollable in iOS devices"
Browse files Browse the repository at this point in the history
This reverts commit 48aa351.
  • Loading branch information
farhanabi committed Sep 25, 2024
1 parent 48aa351 commit 95103cf
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Input/Select/SelectStyle.ts
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,6 @@ 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 95103cf

Please sign in to comment.