mirror of
https://gitea.invidious.io/iv-org/invidious-copy-2022-04-11.git
synced 2024-08-15 00:43:26 +00:00
Fix overflow for player controls
This commit is contained in:
parent
8c2ddb0255
commit
be2ee33273
1 changed files with 2 additions and 2 deletions
|
@ -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…
Reference in a new issue