- 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
626 B
626 B
@gsxdsm/fusion
| @gsxdsm/fusion |
|---|
| patch |
Fix Git Manager dialog rendering off-screen on smaller viewports.
- Add
display: flex,flex-direction: column, andoverflow: hiddento.gm-modalto contain content and allow flexible layout - Add
flex-shrink: 0to.gm-modal .modal-headerto prevent header compression - Change
.gm-contentmin-heightfrom400pxto0so the content area can shrink within the viewport - Update mobile responsive styles to use
height: autowithmax-height: 90vhso the modal respects overlay padding - Reduce mobile
.gm-contentmin-heightfrom300pxto200pxto prevent overflow