[wp-meta] [Making WordPress.org] #3902: back to Top link is hidden behind title, when it is targeted
Making WordPress.org
noreply at wordpress.org
Fri Nov 2 23:53:34 UTC 2018
#3902: back to Top link is hidden behind title, when it is targeted
---------------------------+--------------------
Reporter: pcarvalho | Owner: (none)
Type: defect | Status: new
Priority: normal | Milestone:
Component: Developer Hub | Keywords:
---------------------------+--------------------
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
1. click on any entry in the TOP
2. Try to go back to top by clicking on "Top ↑"
--
Ticket URL: <https://meta.trac.wordpress.org/ticket/3902>
Making WordPress.org <https://meta.trac.wordpress.org/>
Making WordPress.org
More information about the wp-meta
mailing list