Files
fusion/.changeset/fix-git-manager-modal.md
gsxdsm 7eca797c0f fix(KB-660): fix Git Manager dialog rendering off-screen on small viewports
- Fix .gm-content min-height from 400px to 0 for proper flex behavior
- Add mobile responsive styles to prevent modal overflow
- Create changeset for patch release
2026-03-31 23:29:46 -07:00

9 lines
242 B
Markdown

---
"@gsxdsm/fusion": patch
---
Fix Git Manager dialog rendering off-screen on smaller viewports
Changed `.gm-content` min-height from 400px to 0, allowing the modal content
to properly flex within the viewport instead of forcing overflow.