hcoles / pitest-site

code for pitest site
9 stars 63 forks source link

Link to anchors are a bit off #66

Open maxgabut opened 5 years ago

maxgabut commented 5 years ago

When using links to anchor, like http://pitest.org/java_mutation_testing_systems/#fnref2 the actual anchor is not visible. It is hidden under the menu.

In this example it looks like this : selection_131

we can see where the anchor is if we change the menu css to make it transparent : selection_132

It looks like the browser go the the "right" emplacement, but that the menu is in the way. The anchor target should be visible.

maxgabut commented 5 years ago

Turns out the previous fix did not worked for Firefox. Anyway, we're getting closer.

maxgabut commented 5 years ago

It's now fixed :tada:

maxgabut commented 5 years ago

Looks like we have not seen the end of it yet. I noticed that while links to anchors as we do it in foot notes are working with Firefox and Chrome. However, links to subtitles are working for Chrome but not with Firefox.