diff --git a/apps/planner/app/lib/z-index.ts b/apps/planner/app/lib/z-index.ts index 639b6d8..7dd4597 100644 --- a/apps/planner/app/lib/z-index.ts +++ b/apps/planner/app/lib/z-index.ts @@ -8,6 +8,6 @@ export const Z_CURSOR = -1000; export const Z_GHOST_WAYPOINT = -100; export const Z_WAYPOINT = 1000; -export const Z_POI_MARKER = 1200; +export const Z_POI_MARKER = 900; export const Z_WAYPOINT_HIGHLIGHTED = 1600; export const Z_HIGHLIGHT = 2000;