mirror of
https://github.com/ant-design/ant-design.git
synced 2025-06-11 03:22:59 +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 {
|
.@{dropdown-prefix-cls}-menu {
|
||||||
// https://github.com/ant-design/ant-design/issues/4916
|
// https://github.com/ant-design/ant-design/issues/4916
|
||||||
// https://github.com/ant-design/ant-design/issues/19542
|
// https://github.com/ant-design/ant-design/issues/19542
|
||||||
max-height: calc(100vh - 130px);
|
max-height: 264px;
|
||||||
overflow-x: hidden;
|
overflow-x: hidden;
|
||||||
border: 0;
|
border: 0;
|
||||||
box-shadow: none;
|
box-shadow: none;
|
||||||
|
Loading…
Reference in New Issue
Block a user