Allow scrolling in profile list

This commit is contained in:
Thomas Nordquist
2019-07-07 23:52:51 +02:00
parent 66bfcab256
commit 0ff6359a41
2 changed files with 5 additions and 4 deletions

View File

@@ -95,9 +95,10 @@ const styles = (theme: Theme) => ({
borderRadius: `${theme.shape.borderRadius}px 0 0 ${theme.shape.borderRadius}px`,
paddingTop: theme.spacing(2),
flex: 3,
overflow: 'hidden',
overflow: 'hidden' as 'hidden',
backgroundColor: theme.palette.background.default,
color: theme.palette.text.primary,
overflowY: 'auto' as 'auto',
},
right: {
borderRadius: `0 ${theme.shape.borderRadius}px ${theme.shape.borderRadius}px 0`,