Closed
Description
As reported by @weaverryan when you click on any anchor link (e.g. http://symfony.com/doc/current/book/controller.html#requests-controller-response-lifecycle) the sticky headers hide the text of this link and the result is pretty bad for website visitors.
I tried to fix this issue using some techniques explained in this StackOverflow question but none of them was successful.
The main problem in our case is that the usually hidden anchor link (a.headerlink
) is visible for us:
<h2>
Requests, Controller, Response Lifecycle
<a class="headerlink" href="#requests-controller-response-lifecycle"
title="Permalink to this headline">
¶
</a>
</h2>
Could anyone please help us solving this issue? Thanks!