From 8775e7de5ed101bfd0bc7eab7c02a3d1d5151521 Mon Sep 17 00:00:00 2001 From: afc163 Date: Sat, 4 Feb 2017 17:58:48 +0800 Subject: [PATCH] Fix scroll Table lagging issue in IE, close #4522 --- components/table/style/index.less | 1 - 1 file changed, 1 deletion(-) diff --git a/components/table/style/index.less b/components/table/style/index.less index 9691759a63..06ab37ae19 100644 --- a/components/table/style/index.less +++ b/components/table/style/index.less @@ -52,7 +52,6 @@ &-tbody > tr > td { border-bottom: @border-width-base @border-style-base @border-color-split; - position: relative; } &-thead > tr,