catchup-library-web 1.1.12 → 1.1.13

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
@@ -937,7 +937,7 @@ var BaseModal = ({
937
937
  border: "",
938
938
  maxHeight: "70%",
939
939
  overflow: "auto",
940
- zIndex: 20
940
+ zIndex: 9999
941
941
  },
942
942
  overlay: {
943
943
  background: "rgba(0, 0, 0, 0.6)"
package/dist/index.mjs CHANGED
@@ -763,7 +763,7 @@ var BaseModal = ({
763
763
  border: "",
764
764
  maxHeight: "70%",
765
765
  overflow: "auto",
766
- zIndex: 20
766
+ zIndex: 9999
767
767
  },
768
768
  overlay: {
769
769
  background: "rgba(0, 0, 0, 0.6)"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "catchup-library-web",
3
- "version": "1.1.12",
3
+ "version": "1.1.13",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "scripts": {
@@ -28,7 +28,7 @@ const BaseModal = ({
28
28
  border: "",
29
29
  maxHeight: "70%",
30
30
  overflow: "auto",
31
- zIndex: 20,
31
+ zIndex: 9999,
32
32
  },
33
33
  overlay: {
34
34
  background: "rgba(0, 0, 0, 0.6)",