Skip to content

Commit

Permalink
Merge pull request #8 from thejameskyle/fix-position
Browse files Browse the repository at this point in the history
Fix styles for .content positioning
  • Loading branch information
ian-kent committed Oct 6, 2015
2 parents d78b1cc + c5602ed commit 7450db0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion assets/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,8 @@
.content {
position: fixed;
right: 0;
height: 100%;
top: 51px;
bottom: 0;
overflow-y: scroll;
padding-bottom: 80px;
}
Expand Down

0 comments on commit 7450db0

Please sign in to comment.