Site logo

Archived topic

Back-to-top button doesn't work perfectly

2 replies · Started by Rizki on December 30, 2022

Viewing posts 1–3 of 3

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

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;
}

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

This archived topic is closed to new replies.