[Resolved] Back to top button slow

Home Forums Support [Resolved] Back to top button slow

Home Forums Support Back to top button slow

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #2388270
    Sabbir

    Why is the back to top button not working properly?

    #2388305
    David
    Staff
    Customer Support

    Hi there,

    one of your plugins is adding scroll-behaviour smooth CSS to your site – which is conflicting.

    Add this CSS to stop that:

    html {
        scroll-behavior: unset !important;
    }
    #2388325
    Sabbir

    Thanks for the quick response. It’s fixed, can I know which plugin make this conflict.

    #2388331
    David
    Staff
    Customer Support

    It was a Social Sharing plugin

    #2388351
    Sabbir

    Thank you!

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