Mobile overhaul: touch targets, iOS zoom, overscroll, bottom-sheet popover#40
Open
tinkerwise wants to merge 1 commit into
Open
Mobile overhaul: touch targets, iOS zoom, overscroll, bottom-sheet popover#40tinkerwise wants to merge 1 commit into
tinkerwise wants to merge 1 commit into
Conversation
- Add `overscroll-behavior-y: none` to html to stop iOS rubber-band bounce from hiding the header and scores bar - Add `overscroll-behavior-x: contain` to .scores-bar so horizontal chip swipe doesn't bleed into page vertical scroll - Set body font-size to 16px on mobile; set all inputs/selects to 16px explicitly to prevent iOS Safari auto-zoom on focus - Bring 11 undersized touch targets up to 44×44px minimum: pills, source filter, sort select, division tabs, leaders scope, standings league toggle, share button, media play button, section toggles, schedule nav/today/view buttons - Convert box score popover from display:none to a fixed bottom sheet (75vh max-height, 16px top radius) so score chip taps work on mobile - Hide .chip-wx and .chip-broadcast on schedule chips — mobile shows teams + result/time only, no weather or broadcast clutter Closes #39 https://claude.ai/code/session_01C1vhzbYUCRYNikqatrcAYN
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Closes #39
Summary
All changes are CSS-only (
public/style.css) — no JS or template changes required.overscroll-behavior-y: noneonhtmlstops iOS rubber-band from scrolling the page past the top and hiding the header/scores bar;overscroll-behavior-x: containon.scores-barkeeps chip swipes from interfering with page scrollbodybumped to 16px on mobile; all inputs and selects explicitly set tofont-size: 16pxto prevent iOS Safari zooming the viewport on focusdisplay: none !importantwith a fixed bottom sheet (75vh max-height, rounded top corners, safe-area padding) so tapping a score chip actually opens the box score.chip-wxand.chip-broadcasthidden on mobile; chips show team logo +@/vs.+ result/time onlyTest plan
‹›buttons and Month/Week toggles are comfortably tappable@/vs.+ score, no weather or broadcast textGenerated by Claude Code