We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 28b1c4f commit 74b3018Copy full SHA for 74b3018
components/slider/style/index.tsx
@@ -182,6 +182,7 @@ const genBaseStyle: GenerateStyle<SliderToken> = token => {
182
borderRadius: '50%',
183
cursor: 'pointer',
184
transition: `border-color ${token.motionDurationSlow}`,
185
+ pointerEvents: 'auto',
186
187
'&-active': {
188
borderColor: token.colorPrimaryBorder,
0 commit comments