Skip to content

Commit

Permalink
fix: Fix scroll in filter panel
Browse files Browse the repository at this point in the history
  • Loading branch information
gmaclennan committed Oct 2, 2019
1 parent 2e10386 commit 1e2e804
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/FilterPanel/FilterPanel.js
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,9 @@ function combineOptionsWithStats(

const useStyles = makeStyles(theme => ({
list: {
paddingTop: 0
paddingTop: 0,
paddingBottom: 0,
overflowY: 'scroll'
},
settingsItem: {
paddingTop: 8,
Expand Down

0 comments on commit 1e2e804

Please sign in to comment.