`align-items: baseline` causes odd behaviour
**Describe the bug**
When a sortable list has `align-items: baseline` as part of it's CSS, items jump to a different position when dragging begins and jump back when dragging ends.
Also I am seeing behaviour where an item is moved to the beginning of the row when it wasn't interacted with.
**To Reproduce**
Create a sortable flex list in a grid with `align-items: baseline`
**Expected behavior**
Items should remain in their rendered position and move predictably.
**Screenshots**
https://github.com/user-attachments/assets/a3987c1b-d3b3-4b5c-86d8-12f99439e941
2 条评论