We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 04f47e3 commit b7783aeCopy full SHA for b7783ae
components/vc-table/src/BodyTable.jsx
@@ -38,7 +38,7 @@ export default {
38
const innerBodyStyle = {};
39
40
if (scroll.x || fixed) {
41
- bodyStyle.overflowX = bodyStyle.overflowX || 'auto';
+ bodyStyle.overflowX = bodyStyle.overflowX || 'scroll';
42
// Fix weired webkit render bug
43
// https://github.com/ant-design/ant-design/issues/7783
44
bodyStyle.WebkitTransform = 'translate3d (0, 0, 0)';
0 commit comments