Skip to content

fix: terminal bottom content cut off on desktop browsers#608

Open
ChimeraFlutter wants to merge 1 commit intoamantus-ai:mainfrom
ChimeraFlutter:fix/terminal-bottom-cutoff
Open

fix: terminal bottom content cut off on desktop browsers#608
ChimeraFlutter wants to merge 1 commit intoamantus-ai:mainfrom
ChimeraFlutter:fix/terminal-bottom-cutoff

Conversation

@ChimeraFlutter
Copy link
Copy Markdown

Fixes #607

The desktop terminal area applied height: calc(100% + 50px) with margin-bottom: -50px, causing the parent's overflow: hidden to clip the bottom ~50px of terminal content.

Replace with height: 100% and margin-bottom: 0 so the terminal fills its grid cell without overflowing.

Manually tested on desktop Chrome (macOS, full screen, 100% zoom) — all terminal lines now fully visible.

The desktop terminal area applied `height: calc(100% + 50px)` with
`margin-bottom: -50px`, causing the parent's `overflow: hidden` to
clip the bottom ~50px of terminal content. Users cannot see the last
few lines of terminal output.

Replace with `height: 100%` and `margin-bottom: 0` so the terminal
fills its grid cell without overflowing.
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.

Terminal bottom content cut off on desktop Chrome

1 participant