Skip to content

fix(site): add bottom padding to create workspace page#26431

Merged
aslilac merged 1 commit into
mainfrom
lilac/create-workspace-bottom-padding
Jun 25, 2026
Merged

fix(site): add bottom padding to create workspace page#26431
aslilac merged 1 commit into
mainfrom
lilac/create-workspace-bottom-padding

Conversation

@aslilac

@aslilac aslilac commented Jun 16, 2026

Copy link
Copy Markdown
Member

The form on the create workspace page sat flush against the bottom of the scrollable area, and the dropdown for a multi-select parameter near the bottom of the form would extend past the visible viewport with no way to scroll past it. Reserve enough room below the form for a fully expanded multi-select dropdown.

The added padding matches max-h-96 on the MultiSelectCombobox dropdown's CommandList, so the dropdown can fully expand without being clipped by the bottom of the page.

This PR was Coder Agents generated.

The form on the create workspace page sat flush against the bottom of the
scrollable area, and a multi-select parameter at the bottom would render
its dropdown into the off-screen overflow. Reserve enough room below the
form for a fully expanded multi-select dropdown (matches `max-h-96` on
the dropdown's `CommandList`).

This change was Coder Agents generated.
@aslilac aslilac marked this pull request as ready for review June 16, 2026 19:12
@aslilac aslilac merged commit 4c8c496 into main Jun 25, 2026
56 checks passed
@aslilac aslilac deleted the lilac/create-workspace-bottom-padding branch June 25, 2026 19:19
@github-actions github-actions Bot locked and limited conversation to collaborators Jun 25, 2026
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants