fix(KB-660): keep Git Manager modal within the viewport

- Constrain the Git Manager modal with a flex column layout and overflow containment
- Prevent the modal header from shrinking and let the content area resize within available space
- Adjust small-screen sizing to use auto height with a 90vh cap so overlay padding is respected
- Add changeset entries documenting the Git Manager modal viewport rendering fix
This commit is contained in:
gsxdsm
2026-04-01 12:27:26 -07:00
parent 4aa028c14e
commit 75f60db4c9
3 changed files with 20 additions and 7 deletions

View File

@@ -2,7 +2,7 @@
"@gsxdsm/fusion": patch
---
Fix Git Manager dialog rendering off-screen on smaller viewports
Fix the Git Manager modal so it stays within the viewport.
Changed `.gm-content` min-height from 400px to 0, allowing the modal content
to properly flex within the viewport instead of forcing overflow.
- Let `.gm-content` shrink by changing its `min-height` from `400px` to `0`
- Keep the modal content constrained on desktop and mobile viewports to avoid off-screen rendering