diff --git a/components/table/style/index.less b/components/table/style/index.less index abe8e2be15..5b29196fdc 100644 --- a/components/table/style/index.less +++ b/components/table/style/index.less @@ -593,6 +593,11 @@ box-shadow: inset -10px 0 8px -8px darken(@shadow-color, 5%); } } + + // Fix for chrome overflow show the scrollbar + &:not(&-fixed-header) &-content { + overflow-y: hidden; + } } @media all and (-ms-high-contrast: none) {