@thecb/components 9.2.4 → 9.2.5

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.esm.js CHANGED
@@ -45769,7 +45769,8 @@ var Modal$1 = function Modal(_ref) {
45769
45769
  alignItems: "center"
45770
45770
  },
45771
45771
  dialogStyle: {
45772
- width: customWidth || "615px"
45772
+ width: customWidth || "615px",
45773
+ overflow: "auto"
45773
45774
  },
45774
45775
  underlayClickExits: underlayClickExits
45775
45776
  }, /*#__PURE__*/React.createElement(Box, {