Open fredericrous opened 1 year ago
gridstack elements don't move to the top when screen is resized from mobile 1 column to standard view
I expect the widgets to be stacked up at the top of the page when I resize a small browser window (float: true)
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}] },
columnOpts: { breakpoints: [{w:768, c:1}] },
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)