From 978644fae93f90d270436ef7afbfec578365dc8a Mon Sep 17 00:00:00 2001 From: Matthew Huntington Date: Sat, 21 Feb 2026 21:12:35 -0500 Subject: [PATCH] fix overlay backdrop only showing on mobile The dark backdrop when opening the sidebar should only appear on mobile where the sidebar overlays content, not on desktop where it slides inline. Co-Authored-By: Claude Sonnet 4.6 --- index.html | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/index.html b/index.html index 30354b5..052f36a 100644 --- a/index.html +++ b/index.html @@ -148,9 +148,8 @@ background: rgba(0, 0, 0, 0.6); z-index: 99; } - .sidebar-overlay.active { display: block; } - @media (max-width: 640px) { + .sidebar-overlay.active { display: block; } #sidebar { position: fixed; top: 0;