Layout fix for chat in Firefox
This commit is contained in:
@@ -12,7 +12,8 @@ const styles = () =>
|
||||
display : 'flex',
|
||||
flexDirection : 'column',
|
||||
width : '100%',
|
||||
height : '100%'
|
||||
height : '100%',
|
||||
overflowY : 'auto'
|
||||
}
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user