We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I can only get the marker to be on the correct spot by adding:
.mapboxgl-marker { position: absolute; top: 0; }
I wonder if I'm doing something wrong or perhaps this is correct approach.
Thanks
The text was updated successfully, but these errors were encountered:
@raisonon take a look at the docs: https://soal.github.io/vue-mapbox/api/marker.html#props
You've got the anchor prop and can add some more margin with the offset prop
Sorry, something went wrong.
No branches or pull requests
I can only get the marker to be on the correct spot by adding:
I wonder if I'm doing something wrong or perhaps this is correct approach.
Thanks
The text was updated successfully, but these errors were encountered: