Skip to content

Commit

Permalink
Fix for #22
Browse files Browse the repository at this point in the history
Fix for #22
  • Loading branch information
Ron-e committed Apr 2, 2015
1 parent b6bf8a3 commit 51ae72a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion css/statuspage.css
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,10 @@ body {
width: 100%;
/* Set the fixed height of the footer here */
height: 60px;
padding-top: 60px;
}


.fa {
cursor: pointer;
}
}

1 comment on commit 51ae72a

@frederickjh
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I find that adding padding-top: 60px; does not fix this problem. What does fix it is removing position: absolute;. This is with 16 monitors on the page. The padding-top: 60px moves the image down but the footer still covers the last item which makes clicking on the links for that monitor impossible.

Please sign in to comment.