gridstack / gridstack.js

Build interactive dashboards in minutes.
https://gridstackjs.com
MIT License
6.93k stars 1.29k forks source link

nested grid layout lost when loading in 1 column mode #2235

Open fredericrous opened 1 year ago

fredericrous commented 1 year ago

Subject of the issue

gridstack elements don't move to the top when screen is resized from mobile 1 column to standard view

Your environment

Steps to reproduce

Expected behavior

I expect the widgets to be stacked up at the top of the page when I resize a small browser window (float: true)

adumesny commented 7 months ago

this will be harder to fix - note that I don't support 1 column by default anymore, so you have to add this for old behavior columnOpts: { breakpoints: [{w:768, c:1}] },

image