Fix overflow issue on small players with menu open
This commit is contained in:
@ -24,6 +24,7 @@
|
||||
border-radius: inherit;
|
||||
}
|
||||
|
||||
// Ignore focus
|
||||
&:focus {
|
||||
outline: 0;
|
||||
}
|
||||
|
@ -4,6 +4,11 @@
|
||||
|
||||
.plyr--video {
|
||||
overflow: hidden;
|
||||
|
||||
// Menu open
|
||||
&.plyr--menu-open {
|
||||
overflow: visible;
|
||||
}
|
||||
}
|
||||
|
||||
.plyr__video-wrapper {
|
||||
|
Reference in New Issue
Block a user