Skip to content

Cap wizard option lists at 60vh and scroll - #171

Merged
pelikhan merged 1 commit into
mainfrom
copilot/limit-item-list-height
Aug 27, 2026
Merged

Cap wizard option lists at 60vh and scroll#171
pelikhan merged 1 commit into
mainfrom
copilot/limit-item-list-height

Conversation

Copilot AI commented Aug 27, 2026

Copy link
Copy Markdown
Contributor

Long option lists (agent engine, triggers, outputs, extras) grew unbounded and pushed the rest of the wizard below the fold.

Changes

  • .option-group now has max-height: 60vh with overflow-y: auto, plus padding-right and scrollbar-gutter: stable so hover shadows and the scrollbar don't shift card layout.
  • .option-group.archetype-grid drops its bespoke 32rem cap and scroll rules, inheriting the shared behavior; it keeps only its grid layout.
.option-group {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  max-height: 60vh;
  overflow-y: auto;
  padding-right: 0.25rem;
  scrollbar-gutter: stable;
}

Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
Copilot AI changed the title Limit option list height to 60% of viewport with scrolling Cap wizard option lists at 60vh and scroll Aug 27, 2026
Copilot AI requested a review from pelikhan August 27, 2026 22:46
@pelikhan
pelikhan marked this pull request as ready for review August 27, 2026 22:47
@pelikhan
pelikhan merged commit d9ec0ad into main Aug 27, 2026
@pelikhan
pelikhan deleted the copilot/limit-item-list-height branch August 27, 2026 22:47
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