From 4bc78c5595c2ec981f012c41fb0af866a66b1d48 Mon Sep 17 00:00:00 2001 From: Sendya <18x@loacg.com> Date: Mon, 25 Mar 2019 01:18:29 +0800 Subject: [PATCH] fix: table head does not align under firefox #579 --- components/vc-table/src/utils.js | 1 - 1 file changed, 1 deletion(-) diff --git a/components/vc-table/src/utils.js b/components/vc-table/src/utils.js index 3c7f92c7a3..897cd59138 100644 --- a/components/vc-table/src/utils.js +++ b/components/vc-table/src/utils.js @@ -9,7 +9,6 @@ const scrollbarMeasure = { top: '-9999px', width: '50px', height: '50px', - overflow: 'scroll', }; export function measureScrollbar(direction = 'vertical') {