mirror of https://github.com/Chocobozzz/PeerTube
Fix overflow on embed for firefox
parent
202e722317
commit
3d09cdbf90
|
@ -15,6 +15,7 @@ html, body {
|
|||
.video-js {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.vjs-poster {
|
||||
|
|
Loading…
Reference in New Issue