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?

  • #1644
    Avatar photo[anonymous]

    Hello,

    is there a way to disable smooth scrolling to hash links? I am using the editorial theme.

    Best
    Cls

    #1651
    Avatar photoBob

    Apply this:

    html {
        scroll-behavior: initial;
    }
    #1679
    Avatar photo[anonymous]

    Thx!