Make location dot "transparent" to taps/clicks
This commit is contained in:
parent
1f942ecafe
commit
b50524903d
@ -24,4 +24,11 @@ Framework7 and FontAwesome both have a .fab class
|
|||||||
height: 25px;
|
height: 25px;
|
||||||
background-image: url(../images/box.png);
|
background-image: url(../images/box.png);
|
||||||
background-size: contain;
|
background-size: contain;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* Allow tapping/clicking on package markers
|
||||||
|
* when the location dot is overlapping them
|
||||||
|
*/
|
||||||
|
#mapbox .mapboxgl-user-location-dot {
|
||||||
|
pointer-events: none;
|
||||||
}
|
}
|
Loading…
x
Reference in New Issue
Block a user