Fix overflow issue on small players with menu open

This commit is contained in:
Sam Potts
2017-11-23 22:32:07 +11:00
parent 61325bbad1
commit f7bf0961cf
8 changed files with 12 additions and 4 deletions

View File

@ -24,6 +24,7 @@
border-radius: inherit;
}
// Ignore focus
&:focus {
outline: 0;
}

View File

@ -4,6 +4,11 @@
.plyr--video {
overflow: hidden;
// Menu open
&.plyr--menu-open {
overflow: visible;
}
}
.plyr__video-wrapper {