dce-reactkit 3.7.7 → 3.7.8

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/cjs/index.js CHANGED
@@ -576,7 +576,7 @@ const Modal = (props) => {
576
576
  animationClass = 'Modal-animating-pop';
577
577
  }
578
578
  // Render the modal
579
- return (React__default["default"].createElement("div", { className: "modal show modal-dialog-scrollable modal-dialog-centered", tabIndex: -1, style: {
579
+ return (React__default["default"].createElement("div", { className: "modal show", tabIndex: -1, style: {
580
580
  zIndex: (onTopOfOtherModals
581
581
  ? 5000000001
582
582
  : 5000000000),
@@ -603,7 +603,7 @@ const Modal = (props) => {
603
603
  // Handle close
604
604
  handleClose(ModalButtonType$1.Cancel);
605
605
  }) }),
606
- React__default["default"].createElement("div", { className: `modal-dialog modal-${size} ${animationClass}`, style: {
606
+ React__default["default"].createElement("div", { className: `modal-dialog modal-${size} ${animationClass} modal-dialog-scrollable modal-dialog-centered`, style: {
607
607
  zIndex: 5000000002,
608
608
  } },
609
609
  React__default["default"].createElement("div", { className: "modal-content", style: {