mirror of
https://github.com/ant-design/ant-design.git
synced 2025-01-18 22:36:31 +08:00
fix: Tabs card vertical support scroll (#16825)
This commit is contained in:
parent
35d23edd01
commit
c386d49b63
@ -2,7 +2,7 @@
|
||||
order: 99
|
||||
debug: true
|
||||
title:
|
||||
zh-CN: 基本
|
||||
zh-CN: 嵌套
|
||||
en-US: Nest
|
||||
---
|
||||
|
||||
|
@ -97,7 +97,7 @@
|
||||
&-vertical&-card &-card-bar&-left-bar,
|
||||
&-vertical&-card &-card-bar&-right-bar {
|
||||
.@{tab-prefix-cls}-nav-container {
|
||||
height: auto;
|
||||
height: 100%;
|
||||
}
|
||||
.@{tab-prefix-cls}-tab {
|
||||
margin-bottom: 8px;
|
||||
|
Loading…
Reference in New Issue
Block a user