@connectedxm/stream-player 0.0.7 → 0.0.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/dist/index.es.js +2 -2
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -392,7 +392,7 @@ const ne = {
|
|
|
392
392
|
transition: "opacity 0.3s ease",
|
|
393
393
|
opacity: a ? 1 : 0,
|
|
394
394
|
overflow: "visible",
|
|
395
|
-
zIndex:
|
|
395
|
+
zIndex: 20
|
|
396
396
|
})
|
|
397
397
|
}, ro = ({
|
|
398
398
|
controls: a,
|
|
@@ -22599,7 +22599,7 @@ const cd = async ({
|
|
|
22599
22599
|
flexDirection: "column",
|
|
22600
22600
|
paddingTop: "3rem",
|
|
22601
22601
|
overflow: "visible",
|
|
22602
|
-
zIndex:
|
|
22602
|
+
zIndex: 20
|
|
22603
22603
|
},
|
|
22604
22604
|
overlay: {
|
|
22605
22605
|
position: "relative",
|