mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-25 11:40:04 +08:00
Fix Collapse animation of safari, close #1494
This commit is contained in:
parent
69f7c4507a
commit
255c0b81d0
@ -48,12 +48,15 @@
|
||||
}
|
||||
}
|
||||
|
||||
&-anim-active {
|
||||
transition: height .2s @ease-out;
|
||||
}
|
||||
|
||||
&-content {
|
||||
overflow: hidden;
|
||||
color: @text-color;
|
||||
padding: 0 16px;
|
||||
background-color: #fff;
|
||||
transition: height .2s @ease-out;
|
||||
|
||||
& > &-box {
|
||||
padding-top: 16px;
|
||||
|
Loading…
Reference in New Issue
Block a user