From 4a8a2e83652ccff294e3fb727665d184723c2878 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Mon, 27 Apr 2026 20:23:15 +0000 Subject: [PATCH] fix: add position/z-index/touch-action to summary to fix multi-tap issue Agent-Logs-Url: https://github.com/ProLoser/funcheapmap/sessions/10f499fa-81b8-455f-a4c7-c1908c4f9e59 Co-authored-by: ProLoser <67395+ProLoser@users.noreply.github.com> --- style.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/style.css b/style.css index a087956..15e15a7 100644 --- a/style.css +++ b/style.css @@ -20,6 +20,9 @@ html, body, #map-canvas { margin: 0 -10px -10px; cursor: pointer; user-select: none; + touch-action: manipulation; + position: relative; + z-index: 1; display: flex; align-items: center; justify-content: center;