fix: reduce table filter dropdown max-height (#25001)

This commit is contained in:
07akioni 2020-06-16 11:27:08 +08:00 committed by GitHub
parent 298d903630
commit e2337e0021
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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;