From 4e87f9f4877ce1116f35c9667ed7cfab2f3153c2 Mon Sep 17 00:00:00 2001 From: Sahil Garg Date: Mon, 11 Aug 2025 12:20:06 +0530 Subject: [PATCH] fix: fixed blabsy chat overflow. --- platforms/blabsy/src/components/chat/chat-window.tsx | 4 ++-- platforms/blabsy/src/components/chat/chat.tsx | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/platforms/blabsy/src/components/chat/chat-window.tsx b/platforms/blabsy/src/components/chat/chat-window.tsx index 40084a02..5d5162b2 100644 --- a/platforms/blabsy/src/components/chat/chat-window.tsx +++ b/platforms/blabsy/src/components/chat/chat-window.tsx @@ -206,7 +206,7 @@ export function ChatWindow(): JSX.Element {
{currentChat ? ( <> -
+
{otherUser?.photoURL ? ( @@ -263,7 +263,7 @@ export function ChatWindow(): JSX.Element {
)}
-
+
{isLoading ? (
diff --git a/platforms/blabsy/src/components/chat/chat.tsx b/platforms/blabsy/src/components/chat/chat.tsx index a44b2ce2..5d690d3b 100644 --- a/platforms/blabsy/src/components/chat/chat.tsx +++ b/platforms/blabsy/src/components/chat/chat.tsx @@ -3,12 +3,12 @@ import { ChatWindow } from './chat-window'; export function Chat(): JSX.Element { return ( -
+
-
+
-
+