Add animated orienteering course overlays and labels

This commit is contained in:
2026-03-23 16:57:40 +08:00
parent cb190f3c66
commit 3b4b3ee3ec
11 changed files with 902 additions and 13 deletions

View File

@@ -30,6 +30,11 @@
z-index: 1;
}
.map-canvas--labels {
z-index: 2;
pointer-events: none;
}
.map-stage__crosshair {
position: absolute;
left: 50%;
@@ -974,5 +979,6 @@