Fix subs and speed adjustment controls z-index

This commit is contained in:
Cadence Ember 2020-06-19 03:37:44 +12:00
parent 0587ff16cd
commit 0fc5a40ce9
No known key found for this signature in database
GPG Key ID: 128B99B1B74A6412
1 changed files with 6 additions and 0 deletions

View File

@ -1913,6 +1913,12 @@ video::-webkit-media-text-track-display {
width: 5.5em; width: 5.5em;
left: 1.5em; left: 1.5em;
padding-bottom: .5em; padding-bottom: .5em;
z-index: 1;
bottom: 1.15em;
}
.video-js .vjs-menu-button-popup.vjs-http-source-selector .vjs-menu .vjs-menu-content {
bottom: 1.5em;
} }
.video-js .vjs-menu-button-popup .vjs-menu .vjs-menu-item,.video-js .vjs-menu-button-popup .vjs-menu .vjs-menu-title { .video-js .vjs-menu-button-popup .vjs-menu .vjs-menu-item,.video-js .vjs-menu-button-popup .vjs-menu .vjs-menu-title {