From 300aeb219fdc8cafeb548e559709ba63c9dda87d Mon Sep 17 00:00:00 2001 From: hobokenchicken Date: Thu, 16 Jul 2026 09:23:08 -0400 Subject: [PATCH] =?UTF-8?q?fix:=20message=20area=20scroll=20=E2=80=94=20ad?= =?UTF-8?q?d=20min-h-0=20to=20flex=20column?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- web/src/components/ChatArea.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/src/components/ChatArea.tsx b/web/src/components/ChatArea.tsx index e0a6e7c..679910a 100644 --- a/web/src/components/ChatArea.tsx +++ b/web/src/components/ChatArea.tsx @@ -804,7 +804,7 @@ export function ChatArea() { ) : ( <> -
+
{showSearch && activeChannelId && activeChannel && (