- 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
6 lines
261 B
Markdown
6 lines
261 B
Markdown
---
|
|
"@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.
|