From 97acdb0e2c3635fa69b849bf321f01500dbb2ed9 Mon Sep 17 00:00:00 2001 From: Eli Ribble Date: Fri, 10 Apr 2026 13:47:00 +0000 Subject: [PATCH] Prevent the lock button from floating over address suggestion --- ts/components/MapLocator.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ts/components/MapLocator.vue b/ts/components/MapLocator.vue index b63d3a37..070c1fe2 100644 --- a/ts/components/MapLocator.vue +++ b/ts/components/MapLocator.vue @@ -70,7 +70,7 @@ position: absolute; top: 10px; right: 10px; - z-index: 999; + z-index: 2; border: none; color: #000; box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);