From dc1a930607f4fe03d8d190c855d9be61f7bb6e2c Mon Sep 17 00:00:00 2001 From: Miloud Belaabed Date: Sun, 31 Oct 2021 00:39:13 +0100 Subject: [PATCH] Table loading css error when sticky is true --- components/spin/style/index.less | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/components/spin/style/index.less b/components/spin/style/index.less index c64d29ea8c..c25ac1ea92 100644 --- a/components/spin/style/index.less +++ b/components/spin/style/index.less @@ -96,10 +96,10 @@ pointer-events: none; } } - +// https://github.com/ant-design/ant-design/issues/32649 &-blur { clear: both; - overflow: hidden; + // overflow: hidden; opacity: 0.5; user-select: none; pointer-events: none;