From 8fbeed1e449ace6a9b133a35a3c3b3c373e09abe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=A8=80=E8=82=86?= <18x@loacg.com> Date: Mon, 25 Mar 2019 09:28:39 +0800 Subject: [PATCH] fix: table head does not align under firefox #579 (#627) --- 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 3c7f92c7a..897cd5913 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') {