Skip to content

Commit 0e43f83

Browse files
committed
Select: support scrollable in iOS safari browser
1 parent 95103cf commit 0e43f83

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Input/Select/SelectStyle.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -198,6 +198,7 @@ export const SelectListWrapper = styled.ul<SelectListWrapperProps>`
198198
z-index: 9999;
199199
max-height: 200px;
200200
overflow: auto;
201+
-webkit-overflow-scrolling: touch;
201202
font-size: ${({ small }) => (small ? '1em' : '1.1em')};
202203
padding: 0;
203204
margin: 0;

0 commit comments

Comments
 (0)