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( -
+