Files
fusion/.changeset/fix-board-mobile-overflow.md
gsxdsm a69875a780 fix(KB-654): resolve board mobile overflow with dynamic viewport units
- Add 100dvh fallback for board height to handle mobile browser chrome
- Keep 100vh as fallback for older browsers
- Create patch changeset for @gsxdsm/fusion package
2026-03-31 22:46:11 -07:00

261 B

@gsxdsm/fusion
@gsxdsm/fusion
patch

Fix board bottom overflow on mobile devices by using 100dvh instead of 100vh for proper dynamic viewport handling. This prevents the board from extending below the visible viewport on devices with collapsing browser chrome.