Better Smooth Scroll With CSS
Hello beautiful peeps ! Lately, I have been seeing a lot of devs posting about how smooth scroll effect can be achieved with just 1 line of CSS.
html {
scroll-behavior: smooth;
}
That's awesome, isn't it ? But this causes an accessibility and functi...
geeky-chakri.hashnode.dev2 min read