Skip to content

Commit

Permalink
fix(filter pane): fix filter pane not scrolling when many filters
Browse files Browse the repository at this point in the history
  • Loading branch information
gmaclennan committed Jun 2, 2019
1 parent 3ef7067 commit e32784b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/containers/App.js
Expand Up @@ -35,6 +35,7 @@ const styles = theme => ({
},
inner: {
display: 'flex',
minHeight: 0, // need this so overflow scrolls. Don't you love css.
flex: 1,
'@media print': {
display: 'block'
Expand Down

0 comments on commit e32784b

Please sign in to comment.