You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
**Problem:**
Grid elements with `position: absolute` are always moved relative to the
cell they appear in.
**Fix:**
For cell elements that don't have explicit grid positioning (`gridRow` /
`gridColumn`), move them relative to the grid itself instead, and don't
show the cell target outline during the move.
(Elements that have positioning will still be absolutely positioned
relatively to their cell, and the positioning will be kept).
Fixes#6404
No description provided.
The text was updated successfully, but these errors were encountered: