mirror of https://github.com/iv-org/invidious.git
Hide scrollbar for player menus
This commit is contained in:
parent
2d59fdd178
commit
e03b4b7505
|
@ -342,6 +342,11 @@ ul.vjs-menu-content::-webkit-scrollbar {
|
||||||
.vjs-control-bar {
|
.vjs-control-bar {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
|
scrollbar-width: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
.vjs-control-bar::-webkit-scrollbar {
|
||||||
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.video-js .vjs-icon-cog {
|
.video-js .vjs-icon-cog {
|
||||||
|
|
Loading…
Reference in New Issue