Fix video issues
This commit is contained in:
parent
4b11edfbd9
commit
a44bfcdf4c
3 changed files with 7 additions and 8 deletions
|
|
@ -92,6 +92,9 @@ noscript {
|
|||
left: 0;
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
|
||||
// the picture of videos is not always visible on firefox mobile without this
|
||||
transform: translate3d(0, 0, 0.00001px);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue