minor demo fix for fallback mode (inline style was overriding plyr stylesheet)

This commit is contained in:
Som Meaden 2020-04-04 14:00:03 +10:00
parent 49ed2cac4e
commit a55bf00d0f

View File

@ -184,10 +184,12 @@
<!-- BEGIN FULLSCREEN OVERLAY EXAMPLE -->
<style>
#container {
position: relative;
margin-top: 16px;
overflow: hidden;
}
#container:not(.plyr--fullscreen-fallback) {
position: relative;
margin-top: 16px;
}
.plyr {
margin-top: 0;
}