Prevent page transition style from affecting video display

This commit is contained in:
Max Goodhart
2020-07-17 23:15:36 -07:00
parent 37751774b3
commit 2bf1535e37

View File

@@ -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__ {