Site logo

Archived topic

Very slow scroll back to top when using custom CSS scroll

5 replies · Started by Omak on November 22, 2020

Viewing posts 1–6 of 6

I am using Ethos template from Site Library. Why is it so slow to scroll up after pressing the yellow button "Scroll back to top"? I am using custom CSS code
html {scroll-behavior: smooth;}
"Scroll back to top" is good without this code. I want to have this custom CSS and fast scrolling to top also. How to resolve this conflict in the code?
My site: http://tempus17.beget.tech/

Hi there,

i am not sure why you require this property - but you can try moving that CSS property to the body tag ie.

body {
    scroll-behavior: smooth;
}

i am not sure why you require this property

Need smooth scroll down after clicking on the link http://joxi.ru/DmBP63pU4zVa6A
Without this code, there will be an instant abrupt jump to the header below.
Unfortunately, body {scroll-behavior: smooth;} doesn't work

Glad to be of help.

This archived topic is closed to new replies.