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

Width 1200px limit #91

Closed DzmitryFil closed 3 years ago

DzmitryFil commented 3 years ago

Any demo will stop working having NaN sizes for elements, if grid width exceeds 1200px

DzmitryFil commented 3 years ago

Oh, i see. If size exceeds "cols" nothing will work. It would probably be better to have some kind of error/warning about that.