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 31, 2018
1 parent ff3b4d2 commit 7f6441f
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 7f6441f

Please sign in to comment.