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
Affected commands are: Scroll to bottom, scroll to top. Using: Duration = 0
Problem: Some pages set scroll-behavior to smooth, which seems to override duration.
Preferred solution: Always act as if scroll-behaviour: auto.
html file showing the problem test.md
The text was updated successfully, but these errors were encountered:
Thanks for the detailed report. I should be able to fix this.
Sorry, something went wrong.
I found out I could fix this by setting layout.css.scroll-behavior.enabled to false in Firefox. This removes all smooth scroll, which is what I want.
Fix interference of scroll command and CSS (#630)
1e9b197
This has been fixed in Gesturefy 3.2.5
Robbendebiene
No branches or pull requests
Describe your matter in detail
Affected commands are: Scroll to bottom, scroll to top.
Using: Duration = 0
Problem: Some pages set scroll-behavior to smooth, which seems to override duration.
Preferred solution: Always act as if scroll-behaviour: auto.
Screenshots or further assistance
html file showing the problem
test.md
Your System
The text was updated successfully, but these errors were encountered: