Fix overflow for player controls

pull/765/head
Omar Roth 5 years ago
parent 8c2ddb0255
commit be2ee33273
No known key found for this signature in database
GPG Key ID: B8254FB7EC3D37F2

@ -282,10 +282,10 @@ input[type="search"]::-webkit-search-cancel-button {
}
/* Control Bar */
@media screen and (max-width: 480px) {
@media screen and (max-width: 640px) {
.video-js .vjs-control-bar,
.vjs-menu-button-popup .vjs-menu .vjs-menu-content {
overflow: -webkit-paged-x;
overflow-x: scroll;
}
}

Loading…
Cancel
Save