diff --git a/frontend/src/pages/TourNavigationPage.tsx b/frontend/src/pages/TourNavigationPage.tsx index 3682d2c..5d47710 100644 --- a/frontend/src/pages/TourNavigationPage.tsx +++ b/frontend/src/pages/TourNavigationPage.tsx @@ -364,12 +364,13 @@ export const TourNavigationPage: React.FC = ({ tourId, return (
-
-

@@ -377,7 +378,7 @@ export const TourNavigationPage: React.FC = ({ tourId,

-
+
= ({ tourId, ? 'bg-blue-600 border-blue-400 text-white animate-pulse' : 'bg-white dark:bg-slate-900 border-slate-200 dark:border-slate-700 text-slate-600 dark:text-blue-400' }`} + style={{ bottom: 'calc(2rem + env(safe-area-inset-bottom, 0px))' }} title="Định vị vị trí hiện tại của bạn" > @@ -428,6 +430,7 @@ export const TourNavigationPage: React.FC = ({ tourId, ? 'bg-green-600 border-green-400 text-white animate-pulse' : 'bg-white dark:bg-slate-900 border-slate-200 dark:border-slate-700 text-slate-600 dark:text-green-500' }`} + style={{ bottom: 'calc(6rem + env(safe-area-inset-bottom, 0px))' }} title={isTrackingLocation ? "Tắt tự động định tâm vị trí" : "Bật tự động định tâm theo vị trí của bạn"} > @@ -443,6 +446,7 @@ export const TourNavigationPage: React.FC = ({ tourId, ? 'bg-blue-600 border-blue-400 text-white animate-pulse' : 'bg-white dark:bg-slate-900 border-slate-200 dark:border-slate-700 text-slate-600 dark:text-blue-400' }`} + style={{ bottom: 'calc(2rem + env(safe-area-inset-bottom, 0px))' }} >