ECHOES-1309 Fix sticky PageHeader goes under PageContent elements with z-index or new stacking context#685
ECHOES-1309 Fix sticky PageHeader goes under PageContent elements with z-index or new stacking context#685gregaubert wants to merge 1 commit intomainfrom
Conversation
…h z-index or new stacking context
✅ Deploy Preview for echoes-react ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
SummaryThis PR fixes a stacking context issue where the sticky PageHeader could be obscured by PageContent elements with high z-index values or that create new stacking contexts (like transforms). The fix applies two complementary strategies:
The story adds test components demonstrating the edge cases: high z-index boxes, isolated elements, transforms, and portaled dropdowns. These visual tests help verify the fix works across different stacking context scenarios. What reviewers should knowReview focus:
Testing notes:
Things to verify in preview:
|
|





Before:

After:

Part of