From d6c2f989bb3dd34a6d4e79cb9f79d23c892121cc Mon Sep 17 00:00:00 2001 From: WakelessSloth56 Date: Wed, 18 Sep 2024 17:02:32 +0800 Subject: [PATCH] fix(player): fix overlays z-index --- src/style/_player.scss | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/style/_player.scss b/src/style/_player.scss index 44af7c3..84ff4a8 100644 --- a/src/style/_player.scss +++ b/src/style/_player.scss @@ -21,6 +21,8 @@ video { .overlays { height: 100%; width: 100%; + position: absolute; + z-index: 1; } .box {