Hello there ; I'm having a hard time figuring out why, with a Grid, on dragging one item into a row, the last one of the row does not go the next one? Has someone already encountered this? Thanks a lot!

I am also experiencing this and it looks like this issue is the same as: #617
The solution posted there is to add a overflow: auto to the parent item of the grid and this solution also works for me. I believe the underlying issue is that grid is looking at the width of the window vs the actual grid block item so the items aren't wrapping correctly (try shrinking your browser window to the exact width of your grid to confirm this).
@sarahzinger / @clauderic -- any insights you have would be super helpful!
It also works for me! Thanks a lot @I3rendan
Most helpful comment
I am also experiencing this and it looks like this issue is the same as: #617
The solution posted there is to add a
overflow: autoto the parent item of the grid and this solution also works for me. I believe the underlying issue is that grid is looking at the width of the window vs the actual grid block item so the items aren't wrapping correctly (try shrinking your browser window to the exact width of your grid to confirm this).@sarahzinger / @clauderic -- any insights you have would be super helpful!