Skip to content

Fix onboarding Start button hidden by CSS overflow on small screens#261

Open
rajarshidattapy wants to merge 2 commits into
huggingface:mainfrom
rajarshidattapy:main
Open

Fix onboarding Start button hidden by CSS overflow on small screens#261
rajarshidattapy wants to merge 2 commits into
huggingface:mainfrom
rajarshidattapy:main

Conversation

@rajarshidattapy
Copy link
Copy Markdown

Fixes the onboarding checklist container clipping the Start button on 1366×768 viewports.

overflow: hidden on the checklist Box prevented scrolling, so users on smaller screens could not reach the Start
button without opening DevTools.

Change: overflow: 'hidden'overflowY: 'auto' in WelcomeScreen.tsx

Fixes: smolagents/ml-intern/discussions/19

rajarshidattapy and others added 2 commits May 15, 2026 14:05
…10. The Start button is now reachable via

  scroll on 1366×768 screens without needing DevTools.
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