unified-video-framework 1.4.346 → 1.4.348

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "unified-video-framework",
3
- "version": "1.4.346",
3
+ "version": "1.4.348",
4
4
  "description": "Cross-platform video player framework supporting iOS, Android, Web, Smart TVs (Samsung/LG), Roku, and more",
5
5
  "main": "packages/core/dist/index.js",
6
6
  "types": "packages/core/dist/index.d.ts",
@@ -214,7 +214,7 @@ export class WebPlayer extends BasePlayer {
214
214
  left: 0;
215
215
  right: 0;
216
216
  bottom: 0;
217
- z-index: 15;
217
+ z-index: 0;
218
218
  pointer-events: none;
219
219
  `;
220
220
  videoContainer.appendChild(this.video);
@@ -318,7 +318,7 @@ export class WebPlayer extends BasePlayer {
318
318
  left: 0;
319
319
  right: 0;
320
320
  bottom: 0;
321
- z-index: 15;
321
+ z-index: 0;
322
322
  pointer-events: none;
323
323
  `;
324
324