• The “scroll-to-top” function is causing issues in the theme which is making the scroll bar snap when we scroll down around 60px on any page on the entire website.

    I’ve tried setting

    .scroll-to-top{
    display:none;
    }

    I have also made the following addition, which might be causing the snap:

    .sticky-header{
    display:none;
    }

    Please let me know why the scroll bar keeps snapping. I’ve been looking for a solution for a long time.

    The page I need help with: [log in to see the link]

  • The topic ‘Snapping of scroll bar’ is closed to new replies.