fix(dismissable): Preserve target z-index when updating layer stack - #3208
fix(dismissable): Preserve target z-index when updating layer stack#3208Hwacc wants to merge 3 commits into
Conversation
|
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Store each style target's prior z-index before freezing it, then restore that exact value on cleanup instead of always removing the inline property. This prevents clobbering consumer-defined z-index styles.
|
Traced through why this happens: Dialog registers its positioner as a style target, not the primary layer node ( Freezing the resolved z-index as a literal inline Two things still missing, same gap as #3177:
One sequencing note: this and #3177 both touch the same two CI-wise: same story as #3177. Checked the Actions API — there's exactly one workflow run ( |
This PR is aimed to address #3207
💣 Is this a breaking change (Yes/No): No