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:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user