Change height of channels availability list (#1608)
This commit is contained in:
parent
e10d79aceb
commit
31046ae356
1 changed files with 4 additions and 1 deletions
|
@ -32,7 +32,10 @@ export const useStyles = makeStyles(
|
|||
paddingBottom: theme.spacing(2)
|
||||
},
|
||||
scrollArea: {
|
||||
maxHeight: 400,
|
||||
maxHeight: "calc(100vh - 400px)",
|
||||
"@media (min-height: 800px)": {
|
||||
maxHeight: 400
|
||||
},
|
||||
overflowY: "scroll",
|
||||
overflowX: "hidden",
|
||||
marginBottom: theme.spacing(3)
|
||||
|
|
Loading…
Reference in a new issue