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