OneBusAway / onebusaway-docs

Official developer documentation for OneBusAway
https://developer.onebusaway.org
8 stars 30 forks source link

Fixed bug: Header Link Copying Shows Paragraph Instead of Header Display #122

Closed PeritusDeveloper closed 7 months ago

PeritusDeveloper commented 7 months ago

Description:

Fixing the minor issue https://github.com/OneBusAway/onebusaway-docs/issues/101 that is on copying header Link it shows paragraph contents instead of the header display To solve the issue I have added an empty block when user is using fragment navigation website_url#id we will now see the heading and then it's content. Since the navigation bar has height of 56px I chose to use 80px as height for this block.

Issue fixed:

https://github.com/OneBusAway/onebusaway-docs/issues/101

Changes done:

Screenshots/Videos

Before Change image

After Change image

✅️ By submitting this PR, I have verified the following