From af622545975fcf5dc0603649897bafca42d038a2 Mon Sep 17 00:00:00 2001 From: afc163 Date: Thu, 16 Feb 2017 13:27:43 +0800 Subject: [PATCH] fix #4637 again --- 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 0877cf55e2..79591f0ef3 100644 --- a/components/table/style/index.less +++ b/components/table/style/index.less @@ -493,6 +493,11 @@ overflow: scroll; padding-bottom: 20px; margin-bottom: -20px; + + // Fix https://github.com/ant-design/ant-design/issues/4637 + &::-webkit-scrollbar { + opacity: 0.001; + } } /* fix firefox scrollbar bug */