Skip to content

Commit

Permalink
Set item-grid overflow to scroll.
Browse files Browse the repository at this point in the history
  • Loading branch information
flachware committed Feb 28, 2017
1 parent 5afde54 commit e84fb99
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/stylesheets/components/_item-grid.scss
Expand Up @@ -15,6 +15,7 @@
flex-wrap: wrap;
align-content: flex-start;
padding: $space-min;
overflow-y: scroll;
}

&.over {
Expand Down

0 comments on commit e84fb99

Please sign in to comment.