fix(FN-691): add height constraint to mobile board layout

- Add height: calc(100dvh - 57px) to mobile board layout media query
- Fixes board overflow issues on mobile viewports
This commit is contained in:
gsxdsm
2026-04-02 10:04:17 -07:00
parent af5cd02064
commit d84aa98185

View File

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