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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dce-reactkit",
3
- "version": "3.7.5",
3
+ "version": "3.7.7",
4
4
  "description": "Shared components for Harvard DCE apps",
5
5
  "main": "dist/cjs/index.js",
6
6
  "module": "dist/esm/index.js",
@@ -147,7 +147,7 @@ const style = `
147
147
  top: 0;
148
148
  left: 0;
149
149
  width: 100vw;
150
- height: 100vw;
150
+ height: 200vh;
151
151
  background-color: rgba(0, 0, 0, 0.7);
152
152
  }
153
153
  .Modal-fading-in {
@@ -203,6 +203,10 @@ const style = `
203
203
  opacity: 1;
204
204
  }
205
205
  }
206
+
207
+ .modal-dialog-scrollable {
208
+ height: 100% !important;
209
+ }
206
210
  `;
207
211
 
208
212
  /*------------------------------------------------------------------------*/