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

fix(cdk/drag-drop): positioning thrown off with align-self #29813

Merged
merged 1 commit into from
Oct 2, 2024

Conversation

crisbeto
Copy link
Member

@crisbeto crisbeto commented Oct 2, 2024

Fixes that the combination of setting align-self: center and the user agent styling of inset: 0 on popovers was breaking the positioning of the preview.

Fixes #29809.

Fixes that the combination of setting `align-self: center` and the user agent styling of `inset: 0` on popovers was breaking the positioning of the preview.

Fixes angular#29809.
@crisbeto crisbeto added the target: patch This PR is targeted for the next patch release label Oct 2, 2024
@crisbeto crisbeto requested a review from a team as a code owner October 2, 2024 09:13
@crisbeto crisbeto requested review from mmalerba and wagnermaciel and removed request for a team October 2, 2024 09:13
@crisbeto crisbeto added the action: merge The PR is ready for merge by the caretaker label Oct 2, 2024
@crisbeto crisbeto merged commit 5be8905 into angular:main Oct 2, 2024
19 of 21 checks passed
crisbeto added a commit that referenced this pull request Oct 2, 2024
Fixes that the combination of setting `align-self: center` and the user agent styling of `inset: 0` on popovers was breaking the positioning of the preview.

Fixes #29809.

(cherry picked from commit 5be8905)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
action: merge The PR is ready for merge by the caretaker target: patch This PR is targeted for the next patch release
Projects
None yet
Development

Successfully merging this pull request may close these issues.

bug(cdk/drag-drop): Improper positioning of drag preview since it uses native popover (v17.3.6 and above)
2 participants