From 47bc5f516f048d32b98ff7d9ea8f46cbdfbe474e Mon Sep 17 00:00:00 2001 From: Chad Curtis Date: Mon, 23 Mar 2026 23:20:59 -0500 Subject: [PATCH] Fix bottom nav arc on safe-area devices: separate safe area spacer from arc container --- src/components/MobileBottomNav.tsx | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/src/components/MobileBottomNav.tsx b/src/components/MobileBottomNav.tsx index 40540b41..6a2ce739 100644 --- a/src/components/MobileBottomNav.tsx +++ b/src/components/MobileBottomNav.tsx @@ -45,14 +45,16 @@ export function MobileBottomNav() { );