fix: Tabs card vertical support scroll (#16825)

This commit is contained in:
zombieJ 2019-05-27 19:57:14 +08:00 committed by GitHub
parent 35d23edd01
commit c386d49b63
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
order: 99 order: 99
debug: true debug: true
title: title:
zh-CN: 基本 zh-CN: 嵌套
en-US: Nest en-US: Nest
--- ---

View File

@ -97,7 +97,7 @@
&-vertical&-card &-card-bar&-left-bar, &-vertical&-card &-card-bar&-left-bar,
&-vertical&-card &-card-bar&-right-bar { &-vertical&-card &-card-bar&-right-bar {
.@{tab-prefix-cls}-nav-container { .@{tab-prefix-cls}-nav-container {
height: auto; height: 100%;
} }
.@{tab-prefix-cls}-tab { .@{tab-prefix-cls}-tab {
margin-bottom: 8px; margin-bottom: 8px;