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 | 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)
Change History (6)
#2
@
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
Note: See
TracTickets for help on using
tickets.
Anchor links leave headings overlapped by wp-admin-bar on wordpress.org