Closed rymatech closed 5 years ago
Try adding the below code to your css, to make the navbar smoother.
html { scroll-behavior: smooth; }
The above code will create this affect https://www.w3schools.com/cssref/tryit.asp?filename=trycss_scroll_behavior
It worked !!! Thanks :smile:
Try adding the below code to your css, to make the navbar smoother.