diff --git a/components/vc-table/src/utils.js b/components/vc-table/src/utils.js index 3c7f92c7a..897cd5913 100644 --- a/components/vc-table/src/utils.js +++ b/components/vc-table/src/utils.js @@ -9,7 +9,6 @@ const scrollbarMeasure = { top: '-9999px', width: '50px', height: '50px', - overflow: 'scroll', }; export function measureScrollbar(direction = 'vertical') {