mirror of
https://github.com/ant-design/ant-design.git
synced 2025-01-18 22:36:31 +08:00
fix: Dropdown accidental opening of container (#40201)
This commit is contained in:
parent
0051a877e2
commit
e378ec5493
@ -152,6 +152,8 @@ export const initSlideMotion = (
|
||||
${motionCls}-enter,
|
||||
${motionCls}-appear
|
||||
`]: {
|
||||
transform: 'scale(0)',
|
||||
transformOrigin: '0% 0%',
|
||||
opacity: 0,
|
||||
animationTimingFunction: token.motionEaseOutQuint,
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user