Fix overflow on embed for firefox
authorChocobozzz <florian.bigard@gmail.com>
Sun, 23 Jul 2017 13:30:57 +0000 (15:30 +0200)
committerChocobozzz <florian.bigard@gmail.com>
Sun, 23 Jul 2017 13:30:57 +0000 (15:30 +0200)
client/src/standalone/videos/embed.scss

index a4c44a59bf0c6d773fb7ad7d59ca00f2de4972e2..938a6e48ceafe87dd2b1fffa728e6745499289fc 100644 (file)
@@ -15,6 +15,7 @@ html, body {
 .video-js {
   width: 100%;
   height: 100%;
+  overflow: hidden;
 }
 
 .vjs-poster {