Skip to content

Commit

Permalink
fix(tabs): 修复 inactive 高度未隐藏
Browse files Browse the repository at this point in the history
  • Loading branch information
jimczj committed Jan 29, 2019
1 parent 44dbf9c commit 857baf2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/style/components/tabs.scss
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ $at-tabs-pane-min-height: 100px;

&--inactive {
height: 0;
overflow: visible;
overflow: hidden;
}

&--vertical {
Expand Down

0 comments on commit 857baf2

Please sign in to comment.