svelte-mapbox icon indicating copy to clipboard operation
svelte-mapbox copied to clipboard

Doesn't work when inside a flex container

Open dsm-72 opened this issue 3 years ago • 1 comments

Doesn't render inside a flex container

dsm-72 avatar Feb 17 '23 15:02 dsm-72

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%

brendanmatkin avatar Jul 28 '23 19:07 brendanmatkin