Fix overflow on embed for firefox
This commit is contained in:
parent
202e722317
commit
3d09cdbf90
1 changed files with 1 additions and 0 deletions
|
@ -15,6 +15,7 @@ html, body {
|
|||
.video-js {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.vjs-poster {
|
||||
|
|
Loading…
Reference in a new issue