From 1a9bf43e3bc663d6a4acd75127743f28bea49be8 Mon Sep 17 00:00:00 2001 From: Julien Maille Date: Mon, 19 Jan 2026 22:03:11 +0100 Subject: [PATCH] Fix sidebar z-index on mobile to be above playbar --- styles.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/styles.css b/styles.css index 21b7df3..f780247 100644 --- a/styles.css +++ b/styles.css @@ -466,7 +466,7 @@ kbd { position: fixed; inset: 0; background: rgb(0, 0, 0, 0.5); - z-index: 1999; + z-index: 2150; backdrop-filter: blur(2px); } @@ -3509,7 +3509,7 @@ img[src=''] { left: 0; height: 100%; transform: translateX(-100%); - z-index: 2000; + z-index: 2200; transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.3s ease;