Skip to content

Commit

Permalink
Fix scrolling in item-table.
Browse files Browse the repository at this point in the history
  • Loading branch information
flachware committed Feb 27, 2017
1 parent 9583d61 commit 373dbfe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/stylesheets/components/_item-table.scss
Expand Up @@ -134,6 +134,7 @@
flex: 1 1 auto;
position: relative;
height: 100%;
display: flex; // Prevent overflow

.scroll-container {
background-image: repeating-linear-gradient(to bottom, $items-odd-bg 3px,
Expand Down

0 comments on commit 373dbfe

Please sign in to comment.