feat(KB-638): complete Step 4 — Add changeset for subtask modal height fix

This commit is contained in:
gsxdsm
2026-03-31 18:57:21 -07:00
parent 2463c1f399
commit bc0cb27e61

View File

@@ -0,0 +1,5 @@
---
"@gsxdsm/fusion": patch
---
Fix subtask breakdown modal height to remain within viewport. Added `flex: 1` and `min-height: 0` to `.planning-summary-form` to ensure the form area properly shrinks and scrolls within the 90vh max-height container, keeping action buttons visible.