mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-24 11:10:01 +08:00
Add max-height for table filter dropdown menu, close #4916
This commit is contained in:
parent
28dbdd17ed
commit
2d02792da7
@ -369,6 +369,8 @@
|
||||
border: 0;
|
||||
box-shadow: none;
|
||||
border-radius: @border-radius-base @border-radius-base 0 0;
|
||||
max-height: 400px;
|
||||
overflow-x: hidden;
|
||||
|
||||
&-item > label + span {
|
||||
padding: 0;
|
||||
|
Loading…
Reference in New Issue
Block a user