Opened 4 years ago
Closed 4 years ago
#5206 closed defect (bug) (fixed)
defect: Table of Contents links covered by jump links
Reported by: | mattleff | Owned by: | dd32 |
---|---|---|---|
Milestone: | Priority: | normal | |
Component: | HelpHub (wordpress.org/documentation) | Keywords: | |
Cc: |
Description
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:
.table-of-contents { ... z-index: 2; }
Or removing:
p.toc-jump { z-index: 1; }
Attachments (1)
Change History (2)
Note: See
TracTickets for help on using
tickets.
In 9859: