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:
Source:
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.
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:
Source:
This appears to be caused by
#adsense
inheritingline-height
of30px
from thehtml
andbody
. Adding an explicitline-height: 0
seems to fix it.