fix(player): raise PlayerBar z-index above chat panel

Chat aside has z-[100], PlayerBar had z-50 so it rendered underneath.
Bumped to z-[999] to ensure the player always floats above all panels.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Dorian
2026-03-04 17:35:44 +00:00
co-authored by Claude Opus 4.6
parent 493657549e
commit 1a76efce4a
@@ -2,7 +2,7 @@
<Transition name="player-slide">
<div
v-if="hasTrack"
class="fixed bottom-0 left-0 right-0 z-50 flex items-center gap-4 px-4 py-3 path-glass-card rounded-none border-t-0 border-x-0 shadow-2xl"
class="fixed bottom-0 left-0 right-0 z-[999] flex items-center gap-4 px-4 py-3 path-glass-card rounded-none border-t-0 border-x-0 shadow-2xl"
>
<!-- Plyr container: YouTube requires min 200x200px. Kept off-screen but sized. -->
<div