Skip to content

Commit

Permalink
fix double scrollbar #34
Browse files Browse the repository at this point in the history
  • Loading branch information
almccon committed Jan 18, 2017
1 parent d1503eb commit 4d3216b
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/styles/main/_category.scss
Original file line number Diff line number Diff line change
Expand Up @@ -22,16 +22,13 @@
top: 0;
left: -999999px;
padding-bottom: 5px;
height: em(306);
max-height: em(306);
max-width: 11em;
overflow-y: scroll;
overflow-x: hidden;
}

.categories-wrapper {
overflow-y: scroll;
position: relative;
height: 100%;
}

ul {
Expand Down

0 comments on commit 4d3216b

Please # to comment.