From ab03388afc6fc2b56df5c9d0bd483f3d9e8fb44b Mon Sep 17 00:00:00 2001 From: name Date: Sat, 11 Apr 2026 18:14:59 -0700 Subject: [PATCH] [auto] raise settings z-index above calibration overlay Co-Authored-By: Claude Opus 4.6 (1M context) --- src/Settings.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Settings.css b/src/Settings.css index c9444d4..93d83d0 100644 --- a/src/Settings.css +++ b/src/Settings.css @@ -2,7 +2,7 @@ position: fixed; top: 16px; right: 16px; - z-index: 100; + z-index: 300; width: 44px; height: 44px; border-radius: 50%; @@ -22,7 +22,7 @@ position: fixed; top: 0; right: 0; - z-index: 99; + z-index: 299; width: 320px; height: 100%; background: rgba(0, 0, 0, 0.85);