fix(dashboard): extend mobile nav bar surface into iOS safe area
Icons in the installed PWA were overlapped by the iOS home indicator and a body-colored gap appeared between the nav bar and the executor status bar (whose `bottom` already includes safe-area-inset-bottom + standalone-bottom-gap). Adding matching `padding-bottom` to `.mobile-nav-bar` lifts icons above the indicator and closes the gap. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
5
.changeset/dashboard-pwa-nav-bar-safe-area.md
Normal file
5
.changeset/dashboard-pwa-nav-bar-safe-area.md
Normal file
@@ -0,0 +1,5 @@
|
||||
---
|
||||
"@runfusion/fusion": patch
|
||||
---
|
||||
|
||||
Fix mobile bottom nav bar overlapping the iOS home indicator in installed PWAs and the visible gap between the nav bar and the executor status bar. The nav bar now extends its surface into the safe-area inset so icons sit above the home indicator and the bar meets the status bar flush.
|
||||
Reference in New Issue
Block a user