From 2d9594eb50e7e2a73f19d7097686eb62992748f5 Mon Sep 17 00:00:00 2001 From: Yiannis Christodoulou Date: Mon, 29 Sep 2025 09:56:47 +0300 Subject: [PATCH] fix: Z-index while the embed goes behind the countdown timer to next video --- .../src/components/overlays/AutoplayCountdownOverlay.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend-tools/video-js/src/components/overlays/AutoplayCountdownOverlay.css b/frontend-tools/video-js/src/components/overlays/AutoplayCountdownOverlay.css index 8a39e685..07c6071f 100644 --- a/frontend-tools/video-js/src/components/overlays/AutoplayCountdownOverlay.css +++ b/frontend-tools/video-js/src/components/overlays/AutoplayCountdownOverlay.css @@ -10,7 +10,7 @@ flex-direction: column; justify-content: center; align-items: center; - z-index: 100000; + z-index: 4; padding: 20px; box-sizing: border-box; opacity: 0;