-
Notifications
You must be signed in to change notification settings - Fork 172
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Grid move: absolute move without positioning (#6405)
**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
- Loading branch information
Showing
7 changed files
with
290 additions
and
140 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.