feat(FN-879): add portaled model menu with layering and filter-input stability

- Port model menu dropdown to a portal for proper z-index layering above overlays
- Stabilize filter input behavior inside the portaled menu
- Add CSS styles for portal-based menu positioning and layering
- Add comprehensive tests for the portaled QuickEntryBox model menu
- Add changeset for the published package fix
This commit is contained in:
gsxdsm
2026-04-04 08:52:05 -07:00
parent 0c31127169
commit 28fc9787d2
4 changed files with 198 additions and 5 deletions

View File

@@ -0,0 +1,5 @@
---
"@gsxdsm/fusion": patch
---
Fix board triage model selector dropdown being clipped by column overflow and dismissing on filter input interaction.