From 8b87e50b5162391ebe3ba0d3092f7dc65a1a7dc8 Mon Sep 17 00:00:00 2001 From: Franck Royer Date: Wed, 28 Apr 2021 10:46:44 +1000 Subject: [PATCH] Fix all scrolling issues --- web-chat/src/MessageInput.tsx | 6 ++---- web-chat/src/Room.tsx | 9 ++++++--- 2 files changed, 8 insertions(+), 7 deletions(-) diff --git a/web-chat/src/MessageInput.tsx b/web-chat/src/MessageInput.tsx index fda34fc022..e8ba597ef4 100644 --- a/web-chat/src/MessageInput.tsx +++ b/web-chat/src/MessageInput.tsx @@ -30,15 +30,13 @@ export default function MessageInput(props: Props) { }; return ( - + -
+
-
+