Skip to content

Commit

Permalink
fix: Prevent ResizeManager from being clicked on safari, fix playerre…
Browse files Browse the repository at this point in the history
…size on firefox (#5522)

Move the ResizeManager behind the video element with negative z-index and remove visibility: hidden. This fixes issue where right click event wasn't triggered on the correct element and resize was not happening on firefox.
  • Loading branch information
brandonocasey authored and gkatsev committed Oct 25, 2018
1 parent 0847485 commit 4827110
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/css/video-js.scss
Original file line number Diff line number Diff line change
Expand Up @@ -50,5 +50,5 @@
width: 100%;
height: 100%;
border: none;
visibility: hidden;
z-index: -1000;
}

0 comments on commit 4827110

Please sign in to comment.