Move POI markers below waypoints in z-index (1200 → 900)
POI markers should render below waypoint markers so waypoints are always easy to click and drag. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
90918221d8
commit
d7e4c8ff52
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue