diff --git a/src/components/Player.vue b/src/components/Player.vue index e4ca3a0c..7f788604 100644 --- a/src/components/Player.vue +++ b/src/components/Player.vue @@ -29,6 +29,11 @@ background-color: rgba(8, 8, 8, 0.75) !important; color: white !important; } + +.shaka-video-container:-webkit-full-screen { + max-height: none !important; +} +