Open iBobik opened 4 years ago
There is no prop on MglPopup component for classes nor <MglPopup class="popup"> does not work.
<MglPopup class="popup">
Use unscoped styles to it's default class, ideally with some more specific selector:
<style> .map-page .mapboxgl-popup-content { padding: 0; } </style>
Generally it would be nice to make also maxWidth accessible: https://docs.mapbox.com/mapbox-gl-js/api/#popup
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: