brohlson / gatsby-plugin-anchor-links

⚓ Gatsby plugin for using smooth scroll anchor links with a Gatsby Link component
https://www.npmjs.com/package/gatsby-plugin-anchor-links
MIT License
68 stars 22 forks source link

Feature Request: Per-link offset #33

Open Undistraction opened 3 years ago

Undistraction commented 3 years ago

It would be great to be able to specify an offset for specific links to override the global offset. This could be provided in the form of a query string that is parsed out by the plugin when introspecting for the hash:


https://example.com/?offset=30#some-component-id
shelleyphant commented 3 years ago

Or an offset based on screen width for mobile sites that have a fixed navigation bar at the top