Site logo

Archived topic

Scroll to top very slow

1 reply · Started by Jenny on September 4, 2022

Viewing posts 1–2 of 2

Hello :)

can anyone have a look at my video.
The Scroll to top is very slow.

can we fix this? If not I would deactivate this function, but maybe we can try it?

Thank you,
Jenny

Hi there,

the Back to Top in GP uses a Smooth Scroll Javascript.
But you have this CSS on your site:

html {
    scroll-padding-top: 8rem;
    scroll-behavior: smooth;
}

And that creates a conflict. You would either need to remove that CSS or disable the GP Back to Top.

This archived topic is closed to new replies.