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.mjs CHANGED
@@ -1920,7 +1920,7 @@ var ProTableComponent = forwardRef((props, ref) => {
1920
1920
  {
1921
1921
  rowKey,
1922
1922
  className: styles.table,
1923
- style: { overflowX: "auto", whiteSpace: "nowrap" },
1923
+ style: { whiteSpace: "nowrap" },
1924
1924
  scroll: { x: true, y: virtual ? 500 : void 0 },
1925
1925
  virtual,
1926
1926
  ...tableProps,