Making WordPress.org

Opened 8 years ago

Closed 4 years ago

#4200 closed defect (bug) (fixed)

Add scrollback to anchor links as the admin bar overlaps the heading

Reported by: garrett-eclipse Owned by:
Priority: normal Milestone:
Component: HelpHub (wordpress.org/documentation) Keywords: close
Cc:

Description

Hello,

With anchor links on the HelpHub the admin bar gets in the way of the heading so it's unreadable.

For example;
https://wordpress.org/support/article/cookies/#enable-cookies-in-your-browser

You'll find the heading hidden behind the wp-admin-bar.

Can we have a scrollback on anchors the height of the wp-admin-bar so the headings are readable.

Thanks

Attachments (2)

Screen Shot 2019-02-22 at 10.42.12 AM.png (44.1 KB ) - added by garrett-eclipse 8 years ago.
Anchor links leave headings overlapped by wp-admin-bar on wordpress.org
4200.patch (333 bytes ) - added by multidots1896 5 years ago.
added patch

Download all attachments as: .zip

Change History (6)

@garrett-eclipse
8 years ago

Anchor links leave headings overlapped by wp-admin-bar on wordpress.org

#1 @SergeyBiryukov
8 years ago

  • Component GeneralSupport Hub

Related: #1077

@multidots1896
5 years ago

added patch

#2 @multidots1896
5 years ago

Hi @garrett-eclipse

Here applying patch for this ticket

and added css in trunk/wordpress.org/public_html/wp-content/plugins/support-helphub/inc/handbook-toc/style.css file

.toc-heading:focus-visible {
    display: initial;
    padding-right: 10px;
}

Thanks

#3 @estelaris
4 years ago

  • Keywords close added

This has been fixed with the latest design launched in January 2023

#4 @tellyworth
4 years ago

  • Resolutionfixed
  • Status newclosed
Note: See TracTickets for help on using tickets.