From 5149d457b8bc578afb778b6623e23299bfc77d77 Mon Sep 17 00:00:00 2001 From: Hikari Date: Sat, 7 Feb 2026 20:16:41 -0800 Subject: [PATCH] fix: make stats panel scrollable when content overflows The stats panel in StatusBar could grow too long when all sections (Tools Used, Historical Costs, Budget tracking) were expanded, causing content to overflow off the bottom of the screen. Added max-height and overflow-y-auto to the stats container to ensure it stays within the viewport and can be scrolled when needed. Fixes: #136 --- src/lib/components/StatusBar.svelte | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/components/StatusBar.svelte b/src/lib/components/StatusBar.svelte index 3230eaf..33d3943 100644 --- a/src/lib/components/StatusBar.svelte +++ b/src/lib/components/StatusBar.svelte @@ -696,7 +696,7 @@
(showStats = false)}>
-
+