projects
/
oweals
/
peertube.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
202e722
)
Fix overflow on embed for firefox
author
Chocobozzz
<florian.bigard@gmail.com>
Sun, 23 Jul 2017 13:30:57 +0000
(15:30 +0200)
committer
Chocobozzz
<florian.bigard@gmail.com>
Sun, 23 Jul 2017 13:30:57 +0000
(15:30 +0200)
client/src/standalone/videos/embed.scss
patch
|
blob
|
history
diff --git
a/client/src/standalone/videos/embed.scss
b/client/src/standalone/videos/embed.scss
index a4c44a59bf0c6d773fb7ad7d59ca00f2de4972e2..938a6e48ceafe87dd2b1fffa728e6745499289fc 100644
(file)
--- 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 {