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:
5
.changeset/fix-board-mobile-overflow.md
Normal file
5
.changeset/fix-board-mobile-overflow.md
Normal 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.
|
||||
Reference in New Issue
Block a user