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'
},
content: {
maxHeight: '300px',
overflowY: 'scroll'
maxHeight: '500px',
overflowY: 'auto'
}
};