fix(FN-824): replace mobile board viewport-height with percentage fill

- Replace viewport-height CSS with percentage-based fill to prevent mobile footer overlap
- Add regression tests for mobile footer-safe layout in dashboard-footer-mobile-layout.test.ts
- Add App.test.tsx coverage for viewport height behavior
- Document mobile layout fix in README
This commit is contained in:
gsxdsm
2026-04-03 23:38:00 -07:00
parent 19ccc8144a
commit cd1a06d66b
4 changed files with 133 additions and 1 deletions

View File

@@ -4941,7 +4941,7 @@ body {
scroll-padding-inline: calc(50% - 140px);
padding: var(--space-md);
gap: var(--space-md);
height: calc(100dvh - 57px);
height: 100%;
}
.board > .column {