ui.shipaid.com 0.2.13-beta.4 → 0.2.13-beta.5
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/widget.es.js +1 -1
- package/dist/widget.iife.js +1 -1
- package/dist/widget.umd.js +1 -1
- package/package.json +1 -1
package/dist/widget.es.js
CHANGED
|
@@ -691,7 +691,7 @@ const styles$1 = i$1`
|
|
|
691
691
|
height: fit-content;
|
|
692
692
|
border: var(--shipaid-popup-border, var(--shipaid-light-grey)) 1px solid;
|
|
693
693
|
background-color:var(--shipaid-popup-background, #fff);
|
|
694
|
-
z-index:
|
|
694
|
+
z-index: 1000000000;
|
|
695
695
|
overflow: auto;
|
|
696
696
|
visibility: hidden;
|
|
697
697
|
opacity: 0;
|
package/dist/widget.iife.js
CHANGED
|
@@ -83,7 +83,7 @@ function ht(t,e,i){return t?e():null==i?void 0:i()}const ct=h`
|
|
|
83
83
|
height: fit-content;
|
|
84
84
|
border: var(--shipaid-popup-border, var(--shipaid-light-grey)) 1px solid;
|
|
85
85
|
background-color:var(--shipaid-popup-background, #fff);
|
|
86
|
-
z-index:
|
|
86
|
+
z-index: 1000000000;
|
|
87
87
|
overflow: auto;
|
|
88
88
|
visibility: hidden;
|
|
89
89
|
opacity: 0;
|
package/dist/widget.umd.js
CHANGED
|
@@ -83,7 +83,7 @@ function ht(t,e,i){return t?e():null==i?void 0:i()}const ct=h`
|
|
|
83
83
|
height: fit-content;
|
|
84
84
|
border: var(--shipaid-popup-border, var(--shipaid-light-grey)) 1px solid;
|
|
85
85
|
background-color:var(--shipaid-popup-background, #fff);
|
|
86
|
-
z-index:
|
|
86
|
+
z-index: 1000000000;
|
|
87
87
|
overflow: auto;
|
|
88
88
|
visibility: hidden;
|
|
89
89
|
opacity: 0;
|