From bcedfac3e6e232d900478e38875bb76b9cbb3c7d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?H=C3=A5var=20Aamb=C3=B8=20Fosstveit?= Date: Tue, 2 Apr 2019 11:44:14 +0200 Subject: [PATCH] Layout fix for chat in Firefox --- app/src/components/MeetingDrawer/Chat/Chat.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/src/components/MeetingDrawer/Chat/Chat.js b/app/src/components/MeetingDrawer/Chat/Chat.js index 61b93f7..2bf88ad 100644 --- a/app/src/components/MeetingDrawer/Chat/Chat.js +++ b/app/src/components/MeetingDrawer/Chat/Chat.js @@ -12,7 +12,8 @@ const styles = () => display : 'flex', flexDirection : 'column', width : '100%', - height : '100%' + height : '100%', + overflowY : 'auto' } });