Fix source-selector being blocked on mobile (#5229)

Small CSS change to allow the `source-selector` to be brought to the front of the controls to allow people to select which source they would like.
This commit is contained in:
Gykes 2024-09-09 21:43:09 -07:00 committed by GitHub
parent ba83da1983
commit a44993bbf4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -360,6 +360,10 @@ $sceneTabWidth: 450px;
height: 1.4em;
width: 1.4em;
}
.vjs-source-selector .vjs-menu {
z-index: 9999;
}
}
.vjs-menu-button-popup .vjs-menu {