minor demo fix for fallback mode (inline style was overriding plyr stylesheet)
This commit is contained in:
parent
49ed2cac4e
commit
a55bf00d0f
@ -184,9 +184,11 @@
|
|||||||
<!-- BEGIN FULLSCREEN OVERLAY EXAMPLE -->
|
<!-- BEGIN FULLSCREEN OVERLAY EXAMPLE -->
|
||||||
<style>
|
<style>
|
||||||
#container {
|
#container {
|
||||||
|
overflow: hidden;
|
||||||
|
}
|
||||||
|
#container:not(.plyr--fullscreen-fallback) {
|
||||||
position: relative;
|
position: relative;
|
||||||
margin-top: 16px;
|
margin-top: 16px;
|
||||||
overflow: hidden;
|
|
||||||
}
|
}
|
||||||
.plyr {
|
.plyr {
|
||||||
margin-top: 0;
|
margin-top: 0;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user