Reduce fixed height

This commit is contained in:
Franck Royer 2021-04-19 16:19:32 +10:00 committed by Franck Royer
parent 7921aa5427
commit 35cac9c862
No known key found for this signature in database
GPG Key ID: A82ED75A8DFC50A4
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ export default class Room extends React.Component<Props, State> {
<Grid container spacing={2}>
<Grid item xs={12}>
<Box height={1080} maxHeight={1080}
<Box height={800} maxHeight={800}
style={{ flex: 1, maxHeight: '100%', overflow: 'scroll' }}>
<Lines messages={this.props.lines} />
</Box>