catchup-library-web 2.2.15 → 2.2.16

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/index.js CHANGED
@@ -1217,7 +1217,7 @@ var BaseModal = ({
1217
1217
  borderRadius: 20,
1218
1218
  background: "",
1219
1219
  border: "",
1220
- maxHeight: "70%",
1220
+ maxHeight: "98%",
1221
1221
  overflow: "auto",
1222
1222
  zIndex: 20
1223
1223
  },
package/dist/index.mjs CHANGED
@@ -994,7 +994,7 @@ var BaseModal = ({
994
994
  borderRadius: 20,
995
995
  background: "",
996
996
  border: "",
997
- maxHeight: "70%",
997
+ maxHeight: "98%",
998
998
  overflow: "auto",
999
999
  zIndex: 20
1000
1000
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "catchup-library-web",
3
- "version": "2.2.15",
3
+ "version": "2.2.16",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "scripts": {
@@ -26,7 +26,7 @@ const BaseModal = ({
26
26
  borderRadius: 20,
27
27
  background: "",
28
28
  border: "",
29
- maxHeight: "70%",
29
+ maxHeight: "98%",
30
30
  overflow: "auto",
31
31
  zIndex: 20,
32
32
  },