From 1490a40fc630511efffe99e07cdbc9045c7798fe Mon Sep 17 00:00:00 2001 From: afc163 Date: Mon, 13 Feb 2017 18:32:05 +0800 Subject: [PATCH] Fix #4637 webkit only --- components/table/style/index.less | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/components/table/style/index.less b/components/table/style/index.less index 6466e88f3a..d794f8aa5b 100644 --- a/components/table/style/index.less +++ b/components/table/style/index.less @@ -486,8 +486,10 @@ &-fixed-header &-scroll &-header { overflow: scroll; - padding-bottom: 20px; - margin-bottom: -20px; + // Fix https://github.com/ant-design/ant-design/issues/4637 + &::-webkit-scrollbar { + display: none; + } } /* fix firefox scrollbar bug */