This commit is contained in:
casperlamboo 2017-11-13 03:04:53 +01:00
parent 6768810fd6
commit 057fd4e094

View File

@ -12,8 +12,8 @@ const styles = {
display: 'flex' display: 'flex'
}, },
content: { content: {
maxHeight: '300px', maxHeight: '500px',
overflowY: 'scroll' overflowY: 'auto'
} }
}; };