Skip to content

Commit d271104

Browse files
fix(Progress): prevent animation overflow when status is set to active (ant-design#56972)
Co-authored-by: thinkasany <480968828@qq.com>
1 parent 6915342 commit d271104

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

components/progress/style/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,7 @@ const genLineStyle: GenerateStyle<ProgressToken> = (token) => {
147147
borderRadius: token.lineBorderRadius,
148148
position: 'relative',
149149
width: '100%',
150+
overflow: 'hidden',
150151
},
151152

152153
[`&${componentCls}-status-active`]: {

0 commit comments

Comments
 (0)