We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The video playlist has an extra scroll bar resulting from the playlist div being ~1px taller than the video player.
Quick fix is to set overflow-y: hidden on the player-container class in the videojs-playlist-ui-demo.css file.
overflow-y: hidden
player-container
videojs-playlist-ui-demo.css
The text was updated successfully, but these errors were encountered:
Remove player-container overflow cs-education#121
a310aac
Hide overflow on the player-container div to remove extra scroll bar caused by small size difference.
No branches or pull requests
The video playlist has an extra scroll bar resulting from the playlist div being ~1px taller than the video player.
Quick fix is to set
overflow-y: hidden
on theplayer-container
class in thevideojs-playlist-ui-demo.css
file.The text was updated successfully, but these errors were encountered: