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}