[wp-meta] [Making WordPress.org] #5206: defect: Table of Contents links covered by jump links

Making WordPress.org noreply at wordpress.org
Mon May 11 23:42:19 UTC 2020


#5206: defect: Table of Contents links covered by jump links
----------------------+--------------------
 Reporter:  mattleff  |      Owner:  (none)
     Type:  defect    |     Status:  new
 Priority:  normal    |  Milestone:
Component:  HelpHub   |   Keywords:
----------------------+--------------------
 When viewing the Glossary (https://wordpress.org/support/article/glossary/
 ) and possibly other pages, the Table of Contents sidebar links next to
 the jump to Top links are un-clickable. The jump to Top links are above
 (z-index) the sidebar links. This can be fixed with either:

 {{{
 #!css
 .table-of-contents {
     ...
     z-index: 2;
 }
 }}}

 Or removing:

 {{{
 #!css
 p.toc-jump {
     z-index: 1;
 }
 }}}

-- 
Ticket URL: <https://meta.trac.wordpress.org/ticket/5206>
Making WordPress.org <https://meta.trac.wordpress.org/>
Making WordPress.org


More information about the wp-meta mailing list