alistapart / AListApart

The A List Apart front end repo
http://alistapart.com/
MIT License
671 stars 68 forks source link

Ad block checker causing gap at bottom of page #345

Closed theruther4d closed 8 years ago

theruther4d commented 8 years ago

I noticed that there's a visible gap at the bottom of the page, and upon inspection it appears that the #adsense ad block checker is causing the problem.

Gap: gap

Source: adsense

This appears to be caused by #adsense inheriting line-height of 30px from the html and body. Adding an explicit line-height: 0 seems to fix it.