Fix play button z-index + add basic player theme

This commit is contained in:
Gabe Kangas
2022-05-26 21:44:54 -07:00
parent 8ed01ed4da
commit da0a2f5f5d
4 changed files with 17 additions and 6 deletions

View File

@@ -1,9 +1,4 @@
.player {
height: 80vh;
width: 100%;
background-color: black;
.vjs-big-play-centered .vjs-big-play-button {
z-index: 99999 !important;
}
}