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.
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: hiddenon theplayer-containerclass in thevideojs-playlist-ui-demo.cssfile.