dce-reactkit 3.7.5 → 3.7.7

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
@@ -418,7 +418,7 @@ const style$a = `
418
418
  top: 0;
419
419
  left: 0;
420
420
  width: 100vw;
421
- height: 100vw;
421
+ height: 200vh;
422
422
  background-color: rgba(0, 0, 0, 0.7);
423
423
  }
424
424
  .Modal-fading-in {
@@ -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 ----------------------------- */