fix: disappearing table

This commit is contained in:
Thomas E Lackey 2020-11-19 16:12:18 -06:00
parent 8ebc983cc4
commit babdf755ce
2 changed files with 3 additions and 3 deletions

View File

@ -154,7 +154,7 @@ function SignalServers () {
}} }}
/> />
</Grid> </Grid>
<Grid item xs> <Grid item xs style={{overflow: 'scroll'}}>
<TableContainer> <TableContainer>
<Table> <Table>
<TableHead> <TableHead>

View File

@ -1,7 +1,7 @@
{ {
"build": { "build": {
"name": "@dxos/console-app", "name": "@dxos/console-app",
"buildDate": "2020-11-19T21:15:16.619Z", "buildDate": "2020-11-19T22:11:06.119Z",
"version": "1.2.0-alpha.5" "version": "1.2.1-alpha.1"
} }
} }