Skip to content

Commit

Permalink
Player: Fix a bug where menus were hard to open (#4750)
Browse files Browse the repository at this point in the history
The fix basically enlarges the hoverable area in order to avoid getting the
menu closed if the mouse isn't moved fast enough.

Video of the fix:
https://www.loom.com/share/36494a3653984650aea3eaa2af276a35

Closes issue 4749
  • Loading branch information
SamantazFox committed Oct 30, 2024
2 parents 9957da2 + 288e1dc commit 0fb67cc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions assets/css/player.css
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@

.video-js.player-style-youtube .vjs-menu-button-popup .vjs-menu {
margin-bottom: 2em;
padding-top: 2em
}

.video-js.player-style-youtube .vjs-progress-control .vjs-progress-holder, .video-js.player-style-youtube .vjs-progress-control {height: 5px;
Expand Down

0 comments on commit 0fb67cc

Please sign in to comment.