From 5db17880f9db625668e0d4ec85652b4ae92dea6d Mon Sep 17 00:00:00 2001 From: Marcel Date: Fri, 27 Mar 2026 16:38:47 +0100 Subject: [PATCH] fix(#101): stop bottom panel from overlapping document viewer Replaced position:fixed on the bottom panel with shrink-0 flex child, so the viewer (flex-1) naturally stops at the panel top instead of extending behind it. Co-Authored-By: Claude Sonnet 4.6 --- frontend/src/lib/components/DocumentBottomPanel.svelte | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/lib/components/DocumentBottomPanel.svelte b/frontend/src/lib/components/DocumentBottomPanel.svelte index aec4191e..6b7d5737 100644 --- a/frontend/src/lib/components/DocumentBottomPanel.svelte +++ b/frontend/src/lib/components/DocumentBottomPanel.svelte @@ -107,7 +107,7 @@ function handleCountChange(count: number) {