From 3d09cdbf90902894c841d0a5ddb35eb772c53b8b Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Sun, 23 Jul 2017 15:30:57 +0200 Subject: [PATCH] Fix overflow on embed for firefox --- client/src/standalone/videos/embed.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/client/src/standalone/videos/embed.scss b/client/src/standalone/videos/embed.scss index a4c44a59b..938a6e48c 100644 --- a/client/src/standalone/videos/embed.scss +++ b/client/src/standalone/videos/embed.scss @@ -15,6 +15,7 @@ html, body { .video-js { width: 100%; height: 100%; + overflow: hidden; } .vjs-poster {