blob: ac7c501686281c1252b08b941732d0a4d8a4412f [file] [log] [blame]
video:fullscreen {
/* Fullscreen video on Android does not synchronize correctly when the <video>
* element is not rendered in the root render pass. Disable properties that
* cause this. (http://crbug.com/618753) */
opacity: 1 !important;
filter: none !important;
border-radius: 0 !important;
mix-blend-mode: normal !important;
}