diff --git a/components/table/style/index.less b/components/table/style/index.less index b8b6759ce8..134355e062 100644 --- a/components/table/style/index.less +++ b/components/table/style/index.less @@ -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;