Layout fix for chat in Firefox

master
Håvar Aambø Fosstveit 2019-04-02 11:44:14 +02:00
parent 829052de87
commit bcedfac3e6
1 changed files with 2 additions and 1 deletions

View File

@ -12,7 +12,8 @@ const styles = () =>
display : 'flex',
flexDirection : 'column',
width : '100%',
height : '100%'
height : '100%',
overflowY : 'auto'
}
});