Skip to content
New issue

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

Disable two finger scroll back gesture #8661

Closed
knopp opened this issue Jan 3, 2025 · 0 comments · Fixed by #8662
Closed

Disable two finger scroll back gesture #8661

knopp opened this issue Jan 3, 2025 · 0 comments · Fixed by #8662

Comments

@knopp
Copy link
Member

knopp commented Jan 3, 2025

Right now horizontal scrolling can get quite frustrating because two scroll triggers back gesture in chrome. The fix is rather straightforward, adding overscroll-behavior-x: none style to body, i.e.

body {
  overscroll-behavior-x: none;
}
overscroll.mov
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant