Skip to content

fix(service-logcat): make the console fill its container (flex-fill)#322

Merged
I-am-nothing merged 1 commit into
mainfrom
feat/logcat-fullheight
Jul 1, 2026
Merged

fix(service-logcat): make the console fill its container (flex-fill)#322
I-am-nothing merged 1 commit into
mainfrom
feat/logcat-fullheight

Conversation

@I-am-nothing

Copy link
Copy Markdown
Contributor

ServiceLogcat's scroll area was capped at a hard max-h-80, so a consumer could never give it full height. Make the height come from the parent instead — device-adaptively, no vh magic:

  • root → flex h-full min-h-0 flex-col
  • surface → flex-1 min-h-0
  • scroll region → h-full (was max-h-80)

No version bump — batched into the upcoming 0.6.0 release (multiple sessions are landing kit work concurrently).

Consumer: web-applications #101 gives the debug page a full-viewport height and the dev-module page a bounded h-96.
🤖 Generated with Claude Code

The scroll area was capped at a hard max-h-80, so consumers couldn't give it
a full-height layout. Make the root a flex column that fills its parent
(flex h-full min-h-0 flex-col), the surface flex-1 min-h-0, and the scroll
region h-full — so the height comes from the parent, device-adaptively. No
version bump (batched into the 0.6.0 release).

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
@github-actions

github-actions Bot commented Jul 1, 2026

Copy link
Copy Markdown
Contributor

Storybook Preview: https://mirrorstack-ai.github.io/web-ui-kit/pr/322/

github-actions Bot added a commit that referenced this pull request Jul 1, 2026
@I-am-nothing I-am-nothing merged commit ee78e9a into main Jul 1, 2026
4 checks passed
github-actions Bot added a commit that referenced this pull request Jul 1, 2026
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