mirror of
https://github.com/streamwall/streamwall.git
synced 2026-01-26 07:02:48 -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;
|
||||
height: 100% !important;
|
||||
object-fit: cover !important;
|
||||
transition: none !important;
|
||||
z-index: 999999 !important;
|
||||
}
|
||||
.__video_parent__ {
|
||||
|
||||
Reference in New Issue
Block a user