Layout fix for chat in Firefox

This commit is contained in:
Håvar Aambø Fosstveit
2019-04-02 11:44:14 +02:00
parent 829052de87
commit bcedfac3e6
@@ -12,7 +12,8 @@ const styles = () =>
display : 'flex',
flexDirection : 'column',
width : '100%',
height : '100%'
height : '100%',
overflowY : 'auto'
}
});