From 2d037c3e46d944f77890698bc015f104dc53b33e Mon Sep 17 00:00:00 2001 From: Franck Royer Date: Tue, 27 Apr 2021 14:39:34 +1000 Subject: [PATCH] Attempt to fix double scrollbar issue --- web-chat/src/App.tsx | 5 ++++- web-chat/src/index.css | 2 ++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/web-chat/src/App.tsx b/web-chat/src/App.tsx index 6874133cc8..1907d2d819 100644 --- a/web-chat/src/App.tsx +++ b/web-chat/src/App.tsx @@ -43,7 +43,10 @@ export default function App() { }, [stateWaku, stateMessages]); return ( -
+