Skip to content

Commit

Permalink
🐛 Fix Table filter menu have no height (#23272)
Browse files Browse the repository at this point in the history
when less version is 2.x

close #23166
  • Loading branch information
afc163 committed Apr 15, 2020
1 parent e94133a commit 56870dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/table/style/index.less
Expand Up @@ -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;
Expand Down

0 comments on commit 56870dd

Please sign in to comment.