beyonk-group / svelte-mapbox

MapBox Map and Autocomplete components for Svelte (or Vanilla JS)
MIT License
342 stars 62 forks source link

Doesn't work when inside a flex container #83

Open dsm-72 opened 1 year ago

dsm-72 commented 1 year ago

Doesn't render inside a flex container

brendanmatkin commented 1 year ago

You need a container with width and height defined. It's likely actually rendering but if you inspect you'll probably see the height of the div is 0 or similar. Even if the container is something like height: 100%; width: 100%