Closed xstable closed 4 years ago
This is wrong:
If I remove the height or the width property then I got:
BTW: Please support values like "50vh" for width & height.
Ok, my fault. If I wrap the pigion-map in a div and size it like:
<div style={{height: '50vh', width:"100%"}}>....</div>
Then it works like expected.
This is wrong:
If I remove the height or the width property then I got:
BTW: Please support values like "50vh" for width & height.