Site logo

[Support request] Back-to-top button doesn’t work perfectly

Home Forums Support [Support request] Back-to-top button doesn’t work perfectly

Home Forums Support Back-to-top button doesn’t work perfectly

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #2478464
    Rizki

    Please help, why is the back-to-top button on my blog moving slowly?

    #2478734
    David
    Staff
    Customer Support

    Hi there,

    another plugin is adding scroll-behavior CSS to the site, which conflicts with the back to top.
    You can add this CSS to remove that.

    html, body {
        scroll-behavior: unset !important;
    }
    #2478739
    Rizki

    Thanks, it worked. But can I know what plugin is causing this ? Will the plugin still work normally after I add the css code?

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.