From a0493cde3fb8e5e0b8462c098b2cd082652fcabb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?marcin=20miko=C5=82ajczak?= Date: Fri, 25 Nov 2022 22:30:04 +0100 Subject: [PATCH] Fix video visibility in media modal MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: marcin mikołajczak --- app/styles/components/video-player.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/styles/components/video-player.scss b/app/styles/components/video-player.scss index f1e3b4c1c..47bda32ed 100644 --- a/app/styles/components/video-player.scss +++ b/app/styles/components/video-player.scss @@ -32,6 +32,7 @@ video { display: block; z-index: 1; + position: relative; } &.fullscreen { @@ -51,7 +52,6 @@ &--inline { video { object-fit: contain; - position: relative; max-height: 100%; } }