Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

nuxx

macrumors member
Jun 5, 2007
80
3
Tokyo
In the .bottom class
Code:
top: -30px;
position: relative;
is positioning the element 30px above where it would normally be positioned.

Changing it to
Code:
top: 0px;
position: relative;
or simply removing both declarations fixes the issue in Firefox on a Mac, but I can't vouch for any other browser.
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.