sinking-antd 1.0.2 → 1.0.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.js CHANGED
@@ -1945,7 +1945,7 @@ var ProTableComponent = React.forwardRef((props, ref) => {
1945
1945
  {
1946
1946
  rowKey,
1947
1947
  className: styles.table,
1948
- style: { overflowX: "auto", whiteSpace: "nowrap" },
1948
+ style: { whiteSpace: "nowrap" },
1949
1949
  scroll: { x: true, y: virtual ? 500 : void 0 },
1950
1950
  virtual,
1951
1951
  ...tableProps,