Skip to content

fix overlay issue#3774

Merged
gfletcher-cll merged 2 commits into
mainfrom
product-switcher
May 13, 2026
Merged

fix overlay issue#3774
gfletcher-cll merged 2 commits into
mainfrom
product-switcher

Conversation

@gfletcher-cll
Copy link
Copy Markdown
Collaborator

This pull request makes minor adjustments to the stacking context (z-index) of elements in the CCIP/Hero component's CSS. The changes lower the default z-index for the hero container and content, and ensure that only the interactive search layer is elevated above other elements.

Stacking context and z-index adjustments:

  • Lowered the z-index for .ccip-hero and .ccip-hero__content to 1, reducing their stacking priority. [1] [2]
  • Elevated only the .ccip-hero__search interactive layer by setting its z-index to 2, ensuring it appears above the other hero elements when needed.

@gfletcher-cll gfletcher-cll requested a review from a team as a code owner May 13, 2026 01:23
@vercel
Copy link
Copy Markdown

vercel Bot commented May 13, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
documentation Ready Ready Preview May 13, 2026 5:06am

Request Review

@github-actions
Copy link
Copy Markdown
Contributor

👋 gfletcher-cll, thanks for creating this pull request!

To help reviewers, please consider creating future PRs as drafts first. This allows you to self-review and make any final changes before notifying the team.

Once you're ready, you can mark it as "Ready for review" to request feedback. Thanks!

@gfletcher-cll gfletcher-cll merged commit 902a08f into main May 13, 2026
26 of 27 checks passed
@gfletcher-cll gfletcher-cll deleted the product-switcher branch May 13, 2026 05:06
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 this pull request may close these issues.

2 participants