diff --git a/components/slider/style/index.tsx b/components/slider/style/index.tsx index c88742226..f0f1d544d 100644 --- a/components/slider/style/index.tsx +++ b/components/slider/style/index.tsx @@ -182,6 +182,7 @@ const genBaseStyle: GenerateStyle = token => { borderRadius: '50%', cursor: 'pointer', transition: `border-color ${token.motionDurationSlow}`, + pointerEvents: 'auto', '&-active': { borderColor: token.colorPrimaryBorder,