From b50524903dc1ba80bfbb874f193ec571d4f09d2a Mon Sep 17 00:00:00 2001 From: Skylar Ittner Date: Sun, 29 Dec 2019 17:28:40 -0700 Subject: [PATCH] Make location dot "transparent" to taps/clicks --- www/assets/css/app.css | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/www/assets/css/app.css b/www/assets/css/app.css index 45a2807..3a1140e 100644 --- a/www/assets/css/app.css +++ b/www/assets/css/app.css @@ -24,4 +24,11 @@ Framework7 and FontAwesome both have a .fab class height: 25px; background-image: url(../images/box.png); background-size: contain; +} + +/* Allow tapping/clicking on package markers + * when the location dot is overlapping them + */ +#mapbox .mapboxgl-user-location-dot { + pointer-events: none; } \ No newline at end of file