Fix onboarding wizard: remove scroll boxes, fix footer spacing, add per-field save buttons

Agent-Logs-Url: https://github.com/naturallaw777/staging_alpha/sessions/0b500e06-d8c5-4745-9768-29523ffc99c6

Co-authored-by: naturallaw777 <99053422+naturallaw777@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot]
2026-04-08 00:55:08 +00:00
committed by GitHub
parent d2703ff84b
commit 0c3f74e7de
3 changed files with 76 additions and 10 deletions

View File

@@ -146,13 +146,6 @@
gap: 16px;
}
.onboarding-card--scroll {
max-height: 360px;
overflow-y: auto;
scrollbar-width: thin;
scrollbar-color: var(--border-color) transparent;
}
/* Body text */
.onboarding-body-text {
@@ -224,7 +217,9 @@
display: flex;
align-items: center;
justify-content: space-between;
padding-top: 16px;
padding-top: 24px;
padding-bottom: 24px;
margin-top: auto;
}
.onboarding-btn-next {