@sgrsoft/vpe-react-sdk 0.2.8 → 0.2.9
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/vpe-react-sdk.es.js
CHANGED
|
@@ -14798,7 +14798,8 @@ function P1(e) {
|
|
|
14798
14798
|
MozUserSelect: "none",
|
|
14799
14799
|
msUserSelect: "none",
|
|
14800
14800
|
aspectRatio: (p == null ? void 0 : p.aspectRatio) || "16/9",
|
|
14801
|
-
outline: "none"
|
|
14801
|
+
outline: "none",
|
|
14802
|
+
zIndex: 1
|
|
14802
14803
|
},
|
|
14803
14804
|
className: "vpe-root-wrap",
|
|
14804
14805
|
ref: pt,
|
|
@@ -14977,7 +14978,7 @@ function P1(e) {
|
|
|
14977
14978
|
ref: he,
|
|
14978
14979
|
style: {
|
|
14979
14980
|
position: "absolute",
|
|
14980
|
-
zIndex:
|
|
14981
|
+
zIndex: 3,
|
|
14981
14982
|
height: "100%",
|
|
14982
14983
|
width: "100%",
|
|
14983
14984
|
maxHeight: "100dvh",
|