Skip to content

Fix mobile view: make variable tabs scrollable in Compare Models section#1

Merged
Flowm merged 1 commit into
mainfrom
claude/mobile-view-9Etvl
May 23, 2026
Merged

Fix mobile view: make variable tabs scrollable in Compare Models section#1
Flowm merged 1 commit into
mainfrom
claude/mobile-view-9Etvl

Conversation

@Flowm

@Flowm Flowm commented May 23, 2026

Copy link
Copy Markdown
Owner

The variable tab row used overflow-hidden which clipped tabs like "Wind
speed" and "Cloud cover" on narrow mobile screens. Changed to a
horizontally scrollable container with an inner flex row, added
whitespace-nowrap to prevent tab labels from wrapping, and changed the
outer controls layout to stack vertically on mobile (flex-col) so the
Variable and Window rows each have full width.

https://claude.ai/code/session_015pWnj2WkNBc5vFcuZvTuYf

The variable tab row used overflow-hidden which clipped tabs like "Wind
speed" and "Cloud cover" on narrow mobile screens. Changed to a
horizontally scrollable container with an inner flex row, added
whitespace-nowrap to prevent tab labels from wrapping, and changed the
outer controls layout to stack vertically on mobile (flex-col) so the
Variable and Window rows each have full width.

https://claude.ai/code/session_015pWnj2WkNBc5vFcuZvTuYf
@Flowm
Flowm force-pushed the claude/mobile-view-9Etvl branch from 813d4b4 to 1b937f3 Compare May 23, 2026 03:19
@Flowm
Flowm merged commit 7db4039 into main May 23, 2026
3 checks passed
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.

2 participants