This commit is contained in:
Skylar Ittner 2021-02-18 22:51:59 -07:00
parent d04acce21d
commit 8547252843

View File

@ -84,7 +84,7 @@ Framework7 and FontAwesome both have a .fab class
/* Allow tapping/clicking on package markers
* when the location dot is overlapping them
*/
#mapbox .mapboxgl-user-location-dot {
#mapbox .mapboxgl-user-location-dot, #mapbox .mapboxgl-user-location-accuracy-circle {
pointer-events: none;
}