scroll-behavior: smooth not working

Status
Not open for further replies.

writelat

New Member
Messages
17
Reaction score
0
Points
1
Hi,

Smooth scrolling is not working for me. Is this general or there is something I am missing here?

HTML:
html {
  scroll-behavior: smooth;
}

Thank you.
 

spacresx

Community Advocate
Community Support
Messages
2,183
Reaction score
195
Points
63
if your code dont work you can always try other variations.
or check all of your code to see if there is any other errors.
it would also help if you provided more information.
like what your adding code to what its for etc.
normally valid code only fails to work due to a syntax error.
 

sobakix2

New Member
Messages
28
Reaction score
0
Points
1
Hi,

Smooth scrolling is not working for me. Is this general or there is something I am missing here?

HTML:
html {
  scroll-behavior: smooth;
}

Thank you.
GrCxUhO.png
 

writelat

New Member
Messages
17
Reaction score
0
Points
1
I am back on this. I did not touch anything since last time but it is working now. I am sure I tried this on Chrome last time. Anyway thank you.
 
Status
Not open for further replies.
Top