blob: 2466f350551e94a3294fe6329ed2bcba715f21b4 [file] [log] [blame]
video:-webkit-full-screen {
/* 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;
-webkit-filter: none !important;
border-radius: 0 !important;
mix-blend-mode: normal !important;
}