fix(FN-4112): remove mobile preset grid scroll cap

- Remove the inner preset grid max-height and overflow cap in the New Agent dialog mobile layout
- Add a dashboard CSS regression test that asserts the mobile media block keeps the preset grid fully visible
- Add a patch changeset for @runfusion/fusion covering the mobile blank-space fix

Fusion-Task-Id: FN-4112
This commit is contained in:
Fusion
2026-05-12 07:44:52 -07:00
committed by gsxdsm
parent 4850fcb51f
commit 1d9bd52b41
3 changed files with 41 additions and 0 deletions

View File

@@ -670,4 +670,9 @@
.agent-dialog-interview-btn {
width: 100%;
}
.agent-presets-grid {
max-height: none;
overflow-y: visible;
}
}