fix: table head does not align under firefox #579 (#627)

pull/646/head
言肆 2019-03-25 09:28:39 +08:00 committed by tangjinzhou
parent 4410f770f0
commit 8fbeed1e44
1 changed files with 0 additions and 1 deletions

View File

@ -9,7 +9,6 @@ const scrollbarMeasure = {
top: '-9999px',
width: '50px',
height: '50px',
overflow: 'scroll',
};
export function measureScrollbar(direction = 'vertical') {