From 1a8f3c758202143f15b78018114174aca5d85dca Mon Sep 17 00:00:00 2001 From: Jake Date: Fri, 3 Apr 2026 18:46:25 +0100 Subject: [PATCH] =?UTF-8?q?agent:=20fix=20=E2=80=94=20remove=20blocking=20?= =?UTF-8?q?backdrop=20from=20task=20sidebar=20entirely?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The invisible z-40 overlay was still eating pointer events across the main content. Removed the backdrop — sidebar now floats without blocking anything. Close with Escape key. Co-Authored-By: Claude Opus 4.6 (1M context) --- src/routes/+layout.svelte | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/src/routes/+layout.svelte b/src/routes/+layout.svelte index 99d6076..8db3296 100644 --- a/src/routes/+layout.svelte +++ b/src/routes/+layout.svelte @@ -214,16 +214,8 @@ - + {#if page.taskSidebarOpen && page.current !== "first-run" && !isSecondaryWindow} - - - -
{ page.taskSidebarOpen = false; }} - >
-