soal / vue-mapbox

Vuejs 2 components for interacting with mapbox-gl-js
https://soal.github.io/vue-mapbox
MIT License
474 stars 146 forks source link

How to add class to MglPopup? #181

Open iBobik opened 4 years ago

iBobik commented 4 years ago

There is no prop on MglPopup component for classes nor <MglPopup class="popup"> does not work.

Workaround

Use unscoped styles to it's default class, ideally with some more specific selector:

<style>
.map-page .mapboxgl-popup-content {
  padding: 0;
}
</style>
iBobik commented 4 years ago

Generally it would be nice to make also maxWidth accessible: https://docs.mapbox.com/mapbox-gl-js/api/#popup