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/esm/index.js CHANGED
@@ -550,7 +550,7 @@ const Modal = (props) => {
550
550
  animationClass = 'Modal-animating-pop';
551
551
  }
552
552
  // Render the modal
553
- return (React__default.createElement("div", { className: "modal show modal-dialog-scrollable modal-dialog-centered", tabIndex: -1, style: {
553
+ return (React__default.createElement("div", { className: "modal show", tabIndex: -1, style: {
554
554
  zIndex: (onTopOfOtherModals
555
555
  ? 5000000001
556
556
  : 5000000000),
@@ -577,7 +577,7 @@ const Modal = (props) => {
577
577
  // Handle close
578
578
  handleClose(ModalButtonType$1.Cancel);
579
579
  }) }),
580
- React__default.createElement("div", { className: `modal-dialog modal-${size} ${animationClass}`, style: {
580
+ React__default.createElement("div", { className: `modal-dialog modal-${size} ${animationClass} modal-dialog-scrollable modal-dialog-centered`, style: {
581
581
  zIndex: 5000000002,
582
582
  } },
583
583
  React__default.createElement("div", { className: "modal-content", style: {