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