Layout fix for chat in Firefox
parent
829052de87
commit
bcedfac3e6
|
|
@ -12,7 +12,8 @@ const styles = () =>
|
||||||
display : 'flex',
|
display : 'flex',
|
||||||
flexDirection : 'column',
|
flexDirection : 'column',
|
||||||
width : '100%',
|
width : '100%',
|
||||||
height : '100%'
|
height : '100%',
|
||||||
|
overflowY : 'auto'
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue