Fix for bug where controls wouldn't show on hover over YouTube video

This commit is contained in:
Sam Potts
2018-06-21 19:26:56 +10:00
parent 333619f1e3
commit ac64350a5f
12 changed files with 18 additions and 14 deletions

View File

@ -15,9 +15,9 @@
transition: opacity 0.3s ease;
width: 100%;
z-index: 1;
pointer-events: none;
}
.plyr--stopped.plyr__poster-enabled .plyr__poster {
opacity: 1;
pointer-events: none;
}