Making WordPress.org

Opened 6 years ago

Closed 22 months ago

#4200 closed defect (bug) (fixed)

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

Reported by: garrett-eclipse's profile garrett-eclipse Owned by:
Milestone: Priority: normal
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 6 years ago.
Anchor links leave headings overlapped by wp-admin-bar on wordpress.org
4200.patch (333 bytes) - added by multidots1896 3 years ago.
added patch

Download all attachments as: .zip

Change History (6)

@garrett-eclipse
6 years ago

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

#1 @SergeyBiryukov
6 years ago

  • Component changed from General to Support Hub

Related: #1077

@multidots1896
3 years ago

added patch

#2 @multidots1896
3 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
22 months ago

  • Keywords close added

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

#4 @tellyworth
22 months ago

  • Resolution set to fixed
  • Status changed from new to closed
Note: See TracTickets for help on using tickets.