Download
We're evolving to serve you better! This current forum has transitioned to read-only mode. For new discussions, support, and engagement, we've moved to GitHub Discussions.

Disable smooth scrolling to hash links?

#1651
Avatar photoBob

Apply this:

html {
    scroll-behavior: initial;
}