From 64c2c35a345fe4a13946b2e1755f130c677fef2e Mon Sep 17 00:00:00 2001 From: Arthur Belleville Date: Sat, 21 Feb 2026 21:19:35 +0100 Subject: [PATCH] Fix chat page height to account for TopBar Change h-screen to h-[calc(100vh-75px)] to prevent the message input from being pushed below the viewport by the 75px TopBar. Co-Authored-By: Claude Sonnet 4.6 (1M context) --- apps/main/src/pages/chat.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/main/src/pages/chat.tsx b/apps/main/src/pages/chat.tsx index 3377631..f8a6e63 100644 --- a/apps/main/src/pages/chat.tsx +++ b/apps/main/src/pages/chat.tsx @@ -36,7 +36,7 @@ export function ChatPage() { }, [channelFromUrl]); return ( -
+