Skip to content

fix: enable vertical scroll in onboarding wizard#2020

Merged
peterj merged 6 commits into
kagent-dev:mainfrom
tuguldur-dev:tuguldur-dev/ui-fix
Jun 15, 2026
Merged

fix: enable vertical scroll in onboarding wizard#2020
peterj merged 6 commits into
kagent-dev:mainfrom
tuguldur-dev:tuguldur-dev/ui-fix

Conversation

@tuguldur-dev

@tuguldur-dev tuguldur-dev commented Jun 15, 2026

Copy link
Copy Markdown
Contributor

Fixes clipped onboarding content on short viewports: the wizard replaced the app’s scrollable main, so tall steps could not be scrolled on windowed or smaller screens.

Closes: #2019

Copilot AI review requested due to automatic review settings June 15, 2026 15:59
@tuguldur-dev tuguldur-dev requested a review from peterj as a code owner June 15, 2026 15:59

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Note

Copilot was unable to run its full agentic suite in this review.

This PR updates the onboarding-wizard render path to wrap the wizard in a scrollable, full-width container rather than returning the wizard component directly.

Changes:

  • Wrap OnboardingWizard in a <main> container with layout/scroll classes when onboarding is active.
  • Convert the single-line return into a multi-line JSX structure for the onboarding branch.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread ui/src/components/AppInitializer.tsx Outdated
Comment thread ui/src/components/AppInitializer.tsx Outdated
@github-actions github-actions Bot added bug Something isn't working and removed bug Something isn't working labels Jun 15, 2026
@peterj peterj merged commit 1edbbbb into kagent-dev:main Jun 15, 2026
26 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[BUG] Onboarding wizard does not scroll on short viewports

3 participants