Skip to content

Commit 8fbeed1

Browse files
sendyatangjinzhou
authored andcommitted
fix: table head does not align under firefox #579 (#627)
1 parent 4410f77 commit 8fbeed1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Diff for: components/vc-table/src/utils.js

-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ const scrollbarMeasure = {
99
top: '-9999px',
1010
width: '50px',
1111
height: '50px',
12-
overflow: 'scroll',
1312
};
1413

1514
export function measureScrollbar(direction = 'vertical') {

0 commit comments

Comments
 (0)