Files
fusion/.changeset/fix-git-manager-modal-rendering.md
gsxdsm d5fbdf0124 feat(KB-660): fix Git Manager modal rendering and responsive layout
- Fix Git Manager modal CSS layout and mobile responsive styles
- Add changeset for Git Manager modal fix
- Remove obsolete quick-entry-auto-expand changeset
- Clean up QuickEntryBox component styling
- Remove tests for removed auto-expand functionality
2026-03-31 22:58:07 -07:00

399 B

@gsxdsm/fusion
@gsxdsm/fusion
patch

Fix Git Manager dialog rendering off-screen on smaller viewports

  • Add display: flex; flex-direction: column; overflow: hidden; to .gm-modal to properly contain content and enable flex layout
  • Change mobile max-height: 100vh to height: 100vh for full viewport coverage
  • Reduce mobile .gm-content min-height from 300px to 200px to prevent overflow