We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
html { scroll-behavior : smooth; }
The scrolling back to top becomes extremely slow if you have the following rule in your CSS— html { scroll-behavior : smooth; }.
It takes about four seconds to scroll back to the top with this CSS rule.
The text was updated successfully, but these errors were encountered:
Hey @sujan-s, Thank for the feedback and sorry the delay for answer!
Adding html { scroll-behavior : smooth; } cause some delay on scroll. I'll check this and try to find some solution.
Feel free to create a pull request if you has some idea.
Sorry, something went wrong.
Yeah! I have the same problem. It's been 3 years but author not fix them yet :)))))))
No branches or pull requests
The scrolling back to top becomes extremely slow if you have the following rule in your CSS—
html { scroll-behavior : smooth; }
.It takes about four seconds to scroll back to the top with this CSS rule.
The text was updated successfully, but these errors were encountered: