From cbd1d3772ffade491403fe2f5e46aecc050e671e Mon Sep 17 00:00:00 2001 From: Faisal Amir Date: Mon, 19 Feb 2024 20:09:23 +0700 Subject: [PATCH] fix make text input scrollable (#2083) --- web/screens/Chat/ChatInput/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/screens/Chat/ChatInput/index.tsx b/web/screens/Chat/ChatInput/index.tsx index f6bf60ba4..5b8128439 100644 --- a/web/screens/Chat/ChatInput/index.tsx +++ b/web/screens/Chat/ChatInput/index.tsx @@ -145,7 +145,7 @@ const ChatInput: React.FC = () => {