Fix Collapse animation of safari, close #1494

This commit is contained in:
afc163 2016-04-24 15:29:12 +08:00
parent 69f7c4507a
commit 255c0b81d0

View File

@ -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;