Skip to content

Commit

Permalink
fix(demo): Fix native controls pointer events stolen by LCEVC canvas (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
joeyparrish committed Apr 26, 2023
1 parent f473603 commit eb6f792
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ui/less/containers.less
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,10 @@
* below (Y axis) .shaka-play-button-container. */
.shaka-canvas-container {
.overlay-child();

/* Make sure pointer events can reach the video element in the case of native
* controls. */
pointer-events: none;
}

/* Container for controls positioned at the bottom of the video container:
Expand Down

0 comments on commit eb6f792

Please sign in to comment.