Skip to content

Commit

Permalink
fix(scrollView): remove bottom margin on scroll content. closes #2910
Browse files Browse the repository at this point in the history
  • Loading branch information
Gon committed Feb 23, 2015
1 parent 88f54a2 commit 4f9d6fe
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scss/_scaffolding.scss
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,8 @@ body.grade-c {
margin-top: -1px;

// Prevents any distortion of lines
padding-top:1px;
padding-top: 1px;
margin-bottom: -1px;

width: auto;
height: auto;
Expand Down

0 comments on commit 4f9d6fe

Please sign in to comment.