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' } });