Fix sidebar scrollbar is not shown on Windows (#270)

This commit is contained in:
Quang Lam 2020-05-21 14:56:33 +07:00 committed by GitHub
parent 73fd8daf83
commit 14a6d56b24
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -57,6 +57,8 @@ const styles = (theme) => ({
display: 'flex',
flexDirection: 'row',
flex: 1,
height: '100%',
width: '100%',
},
sidebarRoot: {
height: '100%',