From 4032904a7b911769b39f32a490060e687cd09446 Mon Sep 17 00:00:00 2001 From: Bryan Housel Date: Mon, 11 Sep 2017 17:11:20 -0400 Subject: [PATCH] Fix mapillary detection label positions (closes #4282) --- css/60_mapillary.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/60_mapillary.css b/css/60_mapillary.css index 1bf059689..a3067ea7e 100644 --- a/css/60_mapillary.css +++ b/css/60_mapillary.css @@ -73,7 +73,7 @@ background-color: rgba(0, 0, 0, 0.4); padding: 0 4px; border-radius: 4px; - transform: translate(-50%, -120%) !important; + top: -25px; } #mly .domRenderer .Attribution {