From be87c1d5880165f389a87914696004e72fd0551f Mon Sep 17 00:00:00 2001 From: Masna Bin Umeed Date: Wed, 4 Dec 2024 12:14:57 +0500 Subject: [PATCH] scroll fix removed h-full from a container --- app/chat/page.tsx | 4 ++-- components/pehchan-button.tsx | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/app/chat/page.tsx b/app/chat/page.tsx index bb0813a..d0f08bb 100644 --- a/app/chat/page.tsx +++ b/app/chat/page.tsx @@ -172,7 +172,7 @@ export default function ChatPage() { } return ( -
+
setIsSidebarOpen(false)} @@ -261,7 +261,7 @@ export default function ChatPage() {
{/* Input - now will stay fixed at bottom */} -
+
Login with Pehchan