[bugfix] Tab: animated overflow

This commit is contained in:
陈嘉涵
2019-05-11 12:05:32 +08:00
parent 0ef834e323
commit d48f5ba0d6
3 changed files with 8 additions and 2 deletions
+6
View File
@@ -125,6 +125,12 @@
will-change: left;
}
&__content {
&--animated {
overflow: hidden;
}
}
&--line {
padding-top: @tabs-line-height;