mirror of
https://github.com/ant-design/ant-design.git
synced 2025-06-08 01:53:34 +08:00
fix: reduce table filter dropdown max-height (#25001)
This commit is contained in:
parent
298d903630
commit
e2337e0021
@ -318,7 +318,7 @@
|
||||
.@{dropdown-prefix-cls}-menu {
|
||||
// https://github.com/ant-design/ant-design/issues/4916
|
||||
// https://github.com/ant-design/ant-design/issues/19542
|
||||
max-height: calc(100vh - 130px);
|
||||
max-height: 264px;
|
||||
overflow-x: hidden;
|
||||
border: 0;
|
||||
box-shadow: none;
|
||||
|
Loading…
Reference in New Issue
Block a user