mirror of
https://github.com/streamwall/streamwall.git
synced 2026-01-31 09:22:49 -05:00
Prevent page transition style from affecting video display
This commit is contained in:
@@ -28,6 +28,7 @@ const VIDEO_OVERRIDE_STYLE = `
|
|||||||
width: 100% !important;
|
width: 100% !important;
|
||||||
height: 100% !important;
|
height: 100% !important;
|
||||||
object-fit: cover !important;
|
object-fit: cover !important;
|
||||||
|
transition: none !important;
|
||||||
z-index: 999999 !important;
|
z-index: 999999 !important;
|
||||||
}
|
}
|
||||||
.__video_parent__ {
|
.__video_parent__ {
|
||||||
|
|||||||
Reference in New Issue
Block a user