@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.cjs.js CHANGED
@@ -45777,7 +45777,8 @@ var Modal$1 = function Modal(_ref) {
45777
45777
  alignItems: "center"
45778
45778
  },
45779
45779
  dialogStyle: {
45780
- width: customWidth || "615px"
45780
+ width: customWidth || "615px",
45781
+ overflow: "auto"
45781
45782
  },
45782
45783
  underlayClickExits: underlayClickExits
45783
45784
  }, /*#__PURE__*/React__default.createElement(Box, {