Skip to content

Fix - Repair Broken Horizontal Swipe [Mobile] #162

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

mitchazj
Copy link

Noticed a couple of bugs, raising some fixes :)

Description

This PR fixes an issue where scrolling is slightly broken on mobile - imprecise finger movements can cause the website to scroll horizontally.

It fixes this by locking down the horizontal scrolling across the entire site, which is generally considered good CSS practice and will prevent future regression failures.

I will also raise a PR for the underlying layout issue that surfaced this problem.

Demo (Before)

CleanShot.2025-07-15.at.20.03.51.mp4

Demo (After)

CleanShot.2025-07-15.at.20.13.47.mp4

@mitchazj mitchazj changed the title [Mobile] Repair Broken Horizontal Swipe Fix - Repair Broken Horizontal Swipe [Mobile] Jul 15, 2025
@mitchazj mitchazj force-pushed the mitchazj-repair-broken-horizontal-scroll-on-mobile branch from bfb1475 to 38d2d9a Compare July 16, 2025 21:31
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 this pull request may close these issues.

1 participant