From 1678077c5313146a0b3708cde06e9d5b4cf72c9d Mon Sep 17 00:00:00 2001 From: adlee-was-taken Date: Sun, 22 Feb 2026 13:01:46 -0500 Subject: [PATCH] Raise mobile bottom bar z-index and shrink by 25% Bumps z-index from 500 to 900 so the bottom bar stays above side panel drawers (600) but below card animation overlays (1000). Scales the bar to 75% in mobile portrait to reduce visual footprint. Co-Authored-By: Claude Opus 4.6 --- client/style.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/client/style.css b/client/style.css index 7dc4f5a..9124940 100644 --- a/client/style.css +++ b/client/style.css @@ -5281,7 +5281,9 @@ body.mobile-portrait #mobile-bottom-bar { right: 0; padding: 6px 12px; padding-bottom: calc(6px + env(safe-area-inset-bottom, 0px)); - z-index: 500; + z-index: 900; + transform: scale(0.75); + transform-origin: bottom center; } /* Hole indicator — pinned left with pill background */