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
This commit is contained in:
gsxdsm
2026-03-31 23:29:46 -07:00
parent c87f22e1ff
commit aefb2cdb89
2 changed files with 14 additions and 3 deletions

View File

@@ -0,0 +1,8 @@
---
"@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.