dce-reactkit 3.7.7 → 3.7.9

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