We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b02ef13 commit e04590fCopy full SHA for e04590f
src/HeadTable.tsx
@@ -30,7 +30,7 @@ export default function HeadTable(props: HeadTableProps, { table }) {
30
headStyle.marginBottom = `-${scrollbarWidthOfHeader}px`;
31
headStyle.paddingBottom = '0px';
32
// https://github.com/ant-design/ant-design/pull/19986
33
- headStyle.minWidth = `${scrollbarWidthOfHeader}px`;
+ headStyle.minWidth = `${scrollbarWidth}px`;
34
// https://github.com/ant-design/ant-design/issues/17051
35
headStyle.overflowX = 'scroll';
36
headStyle.overflowY = scrollbarWidth === 0 ? 'hidden' : 'scroll';
0 commit comments