From 182dcf5606298e3e266170e401194ec9ea3504aa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BA=8C=E8=B4=A7=E6=9C=BA=E5=99=A8=E4=BA=BA?= Date: Tue, 7 Jan 2020 10:48:42 +0800 Subject: [PATCH] fix: Chrome scale 125% should not display y-scrollbar (#20705) --- components/table/style/index.less | 5 +++++ 1 file changed, 5 insertions(+) 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) {