Fix inline menu collapse animation

This commit is contained in:
afc163 2017-07-08 15:57:38 +08:00
parent 60f9ba5b33
commit 516ce2d821

View File

@ -10,6 +10,6 @@
.ant-motion-collapse {
overflow: hidden;
&-active {
transition: height .12s, opacity .12s;
transition: height .12s, opacity .12s !important;
}
}