From 031cc3587b8c88a60d7fcb0a0deb6763174b79ea Mon Sep 17 00:00:00 2001 From: Maurice Date: Sat, 21 Mar 2026 22:47:48 +0100 Subject: [PATCH] Fix hardcoded pixel offsets in TripPlannerPage for safe area --- client/src/pages/TripPlannerPage.jsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/client/src/pages/TripPlannerPage.jsx b/client/src/pages/TripPlannerPage.jsx index 5ec42de..4430310 100644 --- a/client/src/pages/TripPlannerPage.jsx +++ b/client/src/pages/TripPlannerPage.jsx @@ -316,8 +316,8 @@ export default function TripPlannerPage() { })} - {/* Offset by navbar (56px) + tab bar (44px) */} -
+ {/* Offset by navbar + tab bar (44px) */} +
{activeTab === 'plan' && (
@@ -454,7 +454,7 @@ export default function TripPlannerPage() { {/* Mobile sidebar buttons — portal to body to escape Leaflet touch handling */} {activeTab === 'plan' && !mobileSidebarOpen && !showPlaceForm && !showMembersModal && !showReservationModal && ReactDOM.createPortal( -
+