+ 3
Scroll behavior
Why scroll behavior isn't working https://code.sololearn.com/W21S7QF2SBnV/?ref=app
1 Answer
+ 5
Just add in CSS
html {
 scroll-behavior: smooth;
}
Would give you a smooth scroll while clicking on go to the top button.
Why scroll behavior isn't working https://code.sololearn.com/W21S7QF2SBnV/?ref=app