pull/8038/merge
Alexander Zakurnaev 2025-03-06 18:23:33 +09:00 committed by GitHub
commit 0aa5d07554
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,