mirror of
https://github.com/waku-org/js-waku.git
synced 2025-01-11 21:15:01 +00:00
Reduce fixed height
This commit is contained in:
parent
7921aa5427
commit
35cac9c862
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user