diff --git a/src/Input/Select/SelectStyle.ts b/src/Input/Select/SelectStyle.ts index fcd95683e..03c05ffff 100644 --- a/src/Input/Select/SelectStyle.ts +++ b/src/Input/Select/SelectStyle.ts @@ -198,6 +198,7 @@ export const SelectListWrapper = styled.ul` z-index: 9999; max-height: 200px; overflow: auto; + -webkit-overflow-scrolling: touch; font-size: ${({ small }) => (small ? '1em' : '1.1em')}; padding: 0; margin: 0;