nextjournal / clerk

⚡️ Moldable Live Programming for Clojure
https://clerk.vision
ISC License
1.74k stars 75 forks source link

# anchors in links to static builds don't work in Firefox when first opening a page #624

Closed Sohalt closed 5 months ago

Sohalt commented 5 months ago

When opening a uri like /example-doc#example-heading on Firefox the page does not scroll to the heading but shows the top of the document. Clerk uses scrollIntoViewIfNeeded, which is non-standard and not supported on Firefox.