Confluence Anchor Scroll Fix
Ensure that page height is tall enough to allow access to an anchor.
by mrtsherman
HTML
<div>
<h1>
Header 1
</h1>
<p>
lorem ipsum
</p>
<h3>
Header 3
</h3>
<br/>
<br/>
<div>
some content
</div>
</div>
CSS
p { height: 1200px; }