Hide scrollbar for player menus

This commit is contained in:
Omar Roth 2019-10-05 11:51:31 -04:00
parent 2d59fdd178
commit e03b4b7505
No known key found for this signature in database
GPG key ID: B8254FB7EC3D37F2

View file

@ -342,6 +342,11 @@ ul.vjs-menu-content::-webkit-scrollbar {
.vjs-control-bar {
display: flex;
flex-direction: row;
scrollbar-width: none;
}
.vjs-control-bar::-webkit-scrollbar {
display: none;
}
.video-js .vjs-icon-cog {