dce-reactkit 3.7.6 → 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
@@ -474,6 +474,10 @@ const style$a = `
474
474
  opacity: 1;
475
475
  }
476
476
  }
477
+
478
+ .modal-dialog-scrollable {
479
+ height: 100% !important;
480
+ }
477
481
  `;
478
482
  /*------------------------------------------------------------------------*/
479
483
  /* ------------------------------ Component ----------------------------- */
@@ -572,7 +576,7 @@ const Modal = (props) => {
572
576
  animationClass = 'Modal-animating-pop';
573
577
  }
574
578
  // Render the modal
575
- 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: {
576
580
  zIndex: (onTopOfOtherModals
577
581
  ? 5000000001
578
582
  : 5000000000),
@@ -599,7 +603,7 @@ const Modal = (props) => {
599
603
  // Handle close
600
604
  handleClose(ModalButtonType$1.Cancel);
601
605
  }) }),
602
- 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: {
603
607
  zIndex: 5000000002,
604
608
  } },
605
609
  React__default["default"].createElement("div", { className: "modal-content", style: {