Private
Public Access
1
0

refacto: Making the map zoomable on both desktop and mobile

This commit is contained in:
gauvainboiche
2026-03-31 16:48:05 +02:00
parent d1240adbb7
commit 42e68db00b
2 changed files with 250 additions and 15 deletions

View File

@@ -953,6 +953,7 @@ canvas {
width: 100%;
height: 100%;
image-rendering: pixelated;
touch-action: none; /* prevent browser pinch-zoom on canvas */
}
/* ── Burger button (hidden on desktop) ────────────────────────────────────── */