From d1ac4b5a18c243455478b6617eeea41bbfbd12bc Mon Sep 17 00:00:00 2001 From: MahtabBukhari Date: Fri, 20 Dec 2024 20:19:41 +0500 Subject: [PATCH] fixed height of hive chat history --- src/people/hiveChat/index.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/people/hiveChat/index.tsx b/src/people/hiveChat/index.tsx index d6f30e9a..441a6e06 100644 --- a/src/people/hiveChat/index.tsx +++ b/src/people/hiveChat/index.tsx @@ -80,6 +80,7 @@ const TitleInput = styled.input` const ChatHistory = styled.div` flex-grow: 1; + height: 400vh; overflow-y: auto; padding: 20px; display: flex;