DEV Community

Discussion on: Easy smooth scrolling in react

Collapse
 
herbou profile image
hamza herbou • Edited

just use this in your css:

html {
scroll-behavior: smooth;
}

Collapse
 
anjitpariyar profile image
anjit pariyar

I was sad when safari didn't accept that.

Collapse
 
sannajammeh profile image
Sanna Jammeh

And to compensate for the offset -100.
The element you wish to scroll to needs: scroll-margin-top: -100px

Collapse
 
avneesh0612 profile image
Avneesh Agarwal • Edited

That CSS property is also great but it won't be that customizable and perfect :)

Collapse
 
kpogo profile image
kpogo

It is not fully supported by Safari, only with an experimental flag