mirror of
https://gitea.invidious.io/iv-org/invidious-copy-2022-04-11.git
synced 2024-08-15 00:43:26 +00:00
Add scroll to control bar when it's possible to overflow
This commit is contained in:
parent
7ed4485717
commit
57635c0d24
1 changed files with 7 additions and 0 deletions
|
@ -229,6 +229,13 @@ img.thumbnail {
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Control Bar */
|
/* 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,
|
.video-js .vjs-control-bar,
|
||||||
.vjs-menu-button-popup .vjs-menu .vjs-menu-content {
|
.vjs-menu-button-popup .vjs-menu .vjs-menu-content {
|
||||||
background-color: rgba(35, 35, 35, 0.75);
|
background-color: rgba(35, 35, 35, 0.75);
|
||||||
|
|
Loading…
Reference in a new issue