From 695d33aa7c2c0a3a4edae5b856f91ef5e8afe48f Mon Sep 17 00:00:00 2001 From: G30 <50341825+silentoplayz@users.noreply.github.com> Date: Mon, 17 Aug 2026 03:23:25 -0400 Subject: [PATCH] fix: let the chat column shrink so the collapsed sidebar rail is not pushed off screen (#28501) --- src/lib/components/chat/Chat.svelte | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/components/chat/Chat.svelte b/src/lib/components/chat/Chat.svelte index dee368c489..ed8d94d511 100644 --- a/src/lib/components/chat/Chat.svelte +++ b/src/lib/components/chat/Chat.svelte @@ -4223,7 +4223,7 @@ : 'h-screen max-h-[100dvh]'} transition-width duration-200 ease-in-out {$showSidebar && !embedded ? ' md:max-w-[calc(100%-var(--sidebar-width))]' - : ' '} w-full max-w-full flex flex-col" + : ' '} w-full max-w-full min-w-0 flex flex-col" id={chatContainerId} > {#if !loading}