Scaladoc member permalinks now get us to destination, not to neighbors#9252
Scaladoc member permalinks now get us to destination, not to neighbors#9252lrytz merged 2 commits intoscala:2.13.xfrom
Conversation
|
I've signed the CLA. |
|
/sync |
|
@zerosum Could you post screenshots of before and after to demonstrate your fix similar to scala/bug#11805 (comment) please? |
Before
|
| margin: 4em auto 0; | ||
| } | ||
|
|
||
| div#content-container > div#content > div#template > div#allMembers > div.members > ol > li > a.anchorToMember { |
There was a problem hiding this comment.
should we make this path a little bit less precise? it seems that it could quite easily break when refactoring anything on that path.
it seems to me, a plain #anchorToMember would be fine.
There was a problem hiding this comment.
you are right. i didn't care about refactoring too much.
i'll modify it. however, i think it would be .anchorToMember, not #anchorToMember.
|
Love it! Thanks! |










Fixes scala/bug#11805 .
This problem seems to be just because the fixed header which is identified with
searchhad be hiding other elements.