Skip to content

Sticky headers hide the anchor links text #3974

Closed
@javiereguiluz

Description

@javiereguiluz

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!

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions