Skip to content

Commit

Permalink
Fix styles for .content positioning
Browse files Browse the repository at this point in the history
  • Loading branch information
jamiebuilds committed Jun 19, 2015
1 parent bc6dbdc commit c5602ed
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 c5602ed

Please sign in to comment.