From: Chocobozzz Date: Sun, 23 Jul 2017 13:30:57 +0000 (+0200) Subject: Fix overflow on embed for firefox X-Git-Tag: v0.0.1-alpha~358 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=3d09cdbf90902894c841d0a5ddb35eb772c53b8b;p=oweals%2Fpeertube.git Fix overflow on embed for firefox --- 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 {