Browse Source

🐛 Fix Table filter menu have no height (#23272)

when less version is 2.x

close ant-design/ant-design#23166
pull/23382/head
偏右 5 years ago
committed by GitHub
parent
commit
56870dd7b3
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      components/table/style/index.less

2
components/table/style/index.less

@ -447,7 +447,7 @@
.@{ant-prefix}-dropdown-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: ~'calc(100vh - 130px)';
overflow-x: hidden;
border: 0;
border-radius: @border-radius-base @border-radius-base 0 0;

Loading…
Cancel
Save