Skip to content

Commit

Permalink
fix(PickerView): fix touch-action
Browse files Browse the repository at this point in the history
  • Loading branch information
HytonightYX committed Sep 15, 2022
1 parent 4d59a9b commit b279364
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/src/components/picker/styled.ts
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,10 @@ export const ScrollWheelWrapper = styled(Box)`
position: relative;
text-align: center;
user-select: none;
touch-action: none;
color: var(--rex-colors-text-body);
.${classPrefix}-column-wheel {
touch-action: none;
width: 100%;
cursor: grab;
position: absolute;
Expand Down

0 comments on commit b279364

Please sign in to comment.