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
This commit is contained in:
gsxdsm
2026-03-31 22:46:11 -07:00
parent 10829e41d9
commit a69875a780
2 changed files with 6 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
---
"@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.