- Add flex layout to .gm-modal with display: flex, flex-direction: column, overflow: hidden - Add flex-shrink: 0 to modal header to prevent compression - Change .gm-content min-height from 400px to 0 for flexible sizing - Fix mobile responsive styles: height: auto with max-height: 90vh - Reduce mobile .gm-content min-height from 300px to 200px - Remove unused Task Changes Tab styles
620 B
620 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 - Add
flex-shrink: 0to.gm-modal .modal-headerto prevent header compression - Change
.gm-contentmin-heightfrom400pxto0to allow flexible content sizing - Fix mobile responsive styles: change
max-height: 100vhtoheight: autowithmax-height: 90vhto account for overlay padding - Reduce mobile
.gm-contentmin-heightfrom300pxto200pxto prevent overflow