[go: up one dir, main page]

Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

grid absolute move relative to the grid #6404

Closed
ruggi opened this issue Sep 24, 2024 · 0 comments · Fixed by #6405
Closed

grid absolute move relative to the grid #6404

ruggi opened this issue Sep 24, 2024 · 0 comments · Fixed by #6405
Assignees

Comments

@ruggi
Copy link
Contributor
ruggi commented Sep 24, 2024

No description provided.

@ruggi ruggi self-assigned this Sep 24, 2024
ruggi added a commit that referenced this issue Sep 24, 2024
**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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant