fix(gui): account for iOS safe area inset on taskbar/dock (#2682)
The taskbar uses position:fixed with bottom:5px, which gets hidden behind the iOS Safari bottom toolbar on devices with home indicators. Use env(safe-area-inset-bottom) to push the dock above the safe area. The viewport-fit=cover meta tag is already present in initgui.js. Fixes #2517
C
Charlie Tonneslan committed
3628cf4909f2dd1997069948707412183b89fc14
Parent: ee3a3e7
Committed by GitHub <noreply@github.com>
on 3/19/2026, 11:56:43 PM