Files
fusion/.changeset/fix-quick-entry-model-modal-z-index.md
gsxdsm 3bc2a730d7 fix(FN-695): portalize QuickEntryBox model selection modal to fix z-index clipping
- Render ModelSelectionModal via createPortal to document.body so it is no longer clipped behind the board on mobile
- Add SSR guard (typeof document check) around the portal call
- Update QuickEntryBox test to assert the modal is portaled outside the component container
- Add changeset for the patch fix
2026-04-01 09:29:21 -07:00

162 B

@gsxdsm/fusion
@gsxdsm/fusion
patch

Fix the quick-add task model selection modal so it renders through a portal and is no longer clipped behind the board on mobile.