dce-reactkit 3.7.7 → 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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dce-reactkit",
3
- "version": "3.7.7",
3
+ "version": "3.7.8",
4
4
  "description": "Shared components for Harvard DCE apps",
5
5
  "main": "dist/cjs/index.js",
6
6
  "module": "dist/esm/index.js",
@@ -421,7 +421,7 @@ const Modal: React.FC<Props> = (props) => {
421
421
  // Render the modal
422
422
  return (
423
423
  <div
424
- className="modal show modal-dialog-scrollable modal-dialog-centered"
424
+ className="modal show"
425
425
  tabIndex={-1}
426
426
  style={{
427
427
  zIndex: (
@@ -459,7 +459,7 @@ const Modal: React.FC<Props> = (props) => {
459
459
  }}
460
460
  />
461
461
  <div
462
- className={`modal-dialog modal-${size} ${animationClass}`}
462
+ className={`modal-dialog modal-${size} ${animationClass} modal-dialog-scrollable modal-dialog-centered`}
463
463
  style={{
464
464
  zIndex: 5000000002,
465
465
  }}