Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums Design Smooth Scroll With CSS, Help Needed Reply To: Smooth Scroll With CSS, Help Needed

#297876
ludykraks
Participant

You can try

html {
scroll-behavior: smooth;
}

Note: it’s currently not supported by Safari and Edge