From bb6c7796d5e8fe09f51998d859b5a3b2146c20cf Mon Sep 17 00:00:00 2001 From: CodeDevMLH <145071728+CodeDevMLH@users.noreply.github.com> Date: Fri, 27 Feb 2026 04:08:00 +0100 Subject: [PATCH] Reduce z-index of matrix-container to improve stacking context and prevent overlap issues [skip ci] --- Jellyfin.Plugin.Seasonals/Web/matrix.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jellyfin.Plugin.Seasonals/Web/matrix.css b/Jellyfin.Plugin.Seasonals/Web/matrix.css index db87e07..3a100d8 100644 --- a/Jellyfin.Plugin.Seasonals/Web/matrix.css +++ b/Jellyfin.Plugin.Seasonals/Web/matrix.css @@ -5,7 +5,7 @@ width: 100vw; height: 100vh; pointer-events: none; - z-index: 1000; + z-index: 10; overflow: hidden; contain: layout paint; }