aboutsummaryrefslogtreecommitdiffstats
path: root/demo
diff options
context:
space:
mode:
Diffstat (limited to 'demo')
-rw-r--r--demo/index.html6
1 files changed, 4 insertions, 2 deletions
diff --git a/demo/index.html b/demo/index.html
index d8c393c6..2adae323 100644
--- a/demo/index.html
+++ b/demo/index.html
@@ -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;
}