diff --git a/components/table/style/index.less b/components/table/style/index.less index 7a349e818c96..5133f76bdff9 100644 --- a/components/table/style/index.less +++ b/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;