Skip to content

fix(color-studio): pin grid height so column overflow can scroll - #31

Merged
joke-lx merged 1 commit into
mainfrom
fix/color-studio-list-scroll
Sep 7, 2026
Merged

fix(color-studio): pin grid height so column overflow can scroll#31
joke-lx merged 1 commit into
mainfrom
fix/color-studio-list-scroll

Conversation

@joke-lx

@joke-lx joke-lx commented Sep 7, 2026

Copy link
Copy Markdown
Contributor

.sl-cs used min-height: 100vh, which let the middle grid row (1fr) get pushed open by content. Result: left/main/right overflow: auto never triggered -- the list just pushed the whole grid past the viewport.

Switch to height: 100dvh with a vh fallback so the middle 1fr row has a defined upper bound and the three column overflow:auto rules engage.

.sl-cs used min-height: 100vh, which let the middle grid row (1fr) get
pushed open by content. Result: left/main/right overflow: auto never
triggered -- the list just pushed the whole grid past the viewport.

Switch to height: 100dvh with a vh fallback so the middle 1fr row has a
defined upper bound and the three column overflow:auto rules engage.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
@joke-lx
joke-lx merged commit 22c21c0 into main Sep 7, 2026
2 checks passed
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