vaheqelyan / svelte-grid

A responsive, draggable and resizable grid layout, for Svelte.
https://svelte-grid.now.sh/
MIT License
948 stars 57 forks source link

Demo defaulting to height of NApx #72

Closed bignol closed 3 years ago

bignol commented 3 years ago

Hello,

I just installed and followed the Basic demo. I have a bare bones sapper install. The grid and the items are all defaulting to a height of NApx on render. I tried setting some static heights on the containers with no luck.

Let me know if you have any questions.

Thanks!

bignol commented 3 years ago

My cols var was incorrect, after fixing it worked. Closing this out.