- 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
399 B
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-modalto properly contain content and enable flex layout - Change mobile
max-height: 100vhtoheight: 100vhfor full viewport coverage - Reduce mobile
.gm-contentmin-heightfrom300pxto200pxto prevent overflow