Making WordPress.org

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's profile mattleff Owned by: dd32's profile 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)

PastedGraphic-2.png (1.5 MB) - added by mattleff 4 years ago.

Download all attachments as: .zip

Change History (2)

#1 @dd32
4 years ago

  • Owner set to dd32
  • Resolution set to fixed
  • Status changed from new to closed

In 9859:

Support: Ensure that the TOC jump links don't block clicking the TOC itself.

Props mattleff.
Fixes #5206.

Note: See TracTickets for help on using tickets.