Skip to content

Commit

Permalink
fix(css): Absolute positioning on footer
Browse files Browse the repository at this point in the history
Absolute positioning on footer causing overlap with page elements. Fixes #234
  • Loading branch information
atruskie committed Sep 29, 2015
1 parent 618e900 commit 5158547
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/sass/_layout.scss
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ footer {
background-color: $panel-footer-bg;

// sticky footer
position: absolute;
bottom: 0;
width: 100%;

Expand Down

0 comments on commit 5158547

Please sign in to comment.