aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/standalone
diff options
context:
space:
mode:
authorChocobozzz <florian.bigard@gmail.com>2017-07-23 15:30:57 +0200
committerChocobozzz <florian.bigard@gmail.com>2017-07-23 15:30:57 +0200
commit3d09cdbf90902894c841d0a5ddb35eb772c53b8b (patch)
tree22a9fe22e3d51be93b871e68004fd2a26e0b98a1 /client/src/standalone
parent202e72231750705b1a071d57206424eef1fc5be1 (diff)
downloadPeerTube-3d09cdbf90902894c841d0a5ddb35eb772c53b8b.tar.gz
PeerTube-3d09cdbf90902894c841d0a5ddb35eb772c53b8b.tar.zst
PeerTube-3d09cdbf90902894c841d0a5ddb35eb772c53b8b.zip
Fix overflow on embed for firefox
Diffstat (limited to 'client/src/standalone')
-rw-r--r--client/src/standalone/videos/embed.scss1
1 files changed, 1 insertions, 0 deletions
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 {
15.video-js { 15.video-js {
16 width: 100%; 16 width: 100%;
17 height: 100%; 17 height: 100%;
18 overflow: hidden;
18} 19}
19 20
20.vjs-poster { 21.vjs-poster {