Add scroll to control bar when it's possible to overflow

このコミットが含まれているのは:
Omar Roth 2019-02-21 17:52:03 -06:00
コミット 57635c0d24
1個のファイルの変更7行の追加0行の削除

ファイルの表示

@ -229,6 +229,13 @@ img.thumbnail {
}
/* Control Bar */
@media screen and (max-width: 480px) {
.video-js .vjs-control-bar,
.vjs-menu-button-popup .vjs-menu .vjs-menu-content {
overflow: -webkit-paged-x;
}
}
.video-js .vjs-control-bar,
.vjs-menu-button-popup .vjs-menu .vjs-menu-content {
background-color: rgba(35, 35, 35, 0.75);