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/esm/index.js CHANGED
@@ -392,7 +392,7 @@ const style$a = `
392
392
  top: 0;
393
393
  left: 0;
394
394
  width: 100vw;
395
- height: 100vw;
395
+ height: 200vh;
396
396
  background-color: rgba(0, 0, 0, 0.7);
397
397
  }
398
398
  .Modal-fading-in {
@@ -448,6 +448,10 @@ const style$a = `
448
448
  opacity: 1;
449
449
  }
450
450
  }
451
+
452
+ .modal-dialog-scrollable {
453
+ height: 100% !important;
454
+ }
451
455
  `;
452
456
  /*------------------------------------------------------------------------*/
453
457
  /* ------------------------------ Component ----------------------------- */