on a recent site, linking to a page with an anchor (ie: link/to/site#anchor-tag) would sometimes end up clipping my main content div. the div was set to overflow: hidden. luckily in this case the overflow: hidden was not needed. so, removing this (or setting overflow: visible) on the div that was cropping the content resolved the issue this time.