We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 95103cf commit 0e43f83Copy full SHA for 0e43f83
1 file changed
src/Input/Select/SelectStyle.ts
@@ -198,6 +198,7 @@ export const SelectListWrapper = styled.ul<SelectListWrapperProps>`
198
z-index: 9999;
199
max-height: 200px;
200
overflow: auto;
201
+ -webkit-overflow-scrolling: touch;
202
font-size: ${({ small }) => (small ? '1em' : '1.1em')};
203
padding: 0;
204
margin: 0;
0 commit comments