pull/8038/merge
Alexander Zakurnaev 2025-06-15 03:11:48 +00:00 committed by GitHub
commit 39885b706c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -88,6 +88,7 @@ const genBaseStyle: GenerateStyle<SliderToken> = token => {
width: token.handleSize,
height: token.handleSize,
outline: 'none',
userSelect: 'none',
[`${componentCls}-dragging`]: {
zIndex: 1,