#3902 closed defect (bug) (fixed)
back to Top link is hidden behind title, when it is targeted
Reported by: | pcarvalho | Owned by: | coffee2code |
---|---|---|---|
Milestone: | Priority: | normal | |
Component: | Developer Hub | Keywords: | |
Cc: |
Description
When using the toc to navigate to sections, the titles are applied this:
.toc-heading:target { position: initial; [...]
which make it cover the "Top ↑" link. By removing or changing it to
position: initial
, the link is now clickable again.
This change seems to be introduced here: https://meta.trac.wordpress.org/ticket/2793
example: https://developer.wordpress.org/reference/classes/wp_query/#status-parameters
Steps to reproduce
- click on any entry in the TOP
- Try to go back to top by clicking on "Top ↑"
Change History (2)
Note: See
TracTickets for help on using
tickets.
In 7824: