Scrolling behaviour abrupt
himanshu007-creator opened this issue · 2 comments
himanshu007-creator commented
When we click on anchor tags on the top left, an abrupt animation follows. This looks odd. It can be tackled by simple code
html{
scroll-behavior: smooth;
}
in css file.
JustinGOSSES commented
Fixed in #13
himanshu007-creator commented
Thanks😊