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: add position: relative to TopNav to fix stacking contexts #2470

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

benschell-okta
Copy link
Contributor

REPLACE_WITH_JIRA_TICKET_NUMBER

Summary

Things rendered inside TopNav's slotted elements currently experience a bad stacking context (they appear under content area , the topnav bottom border renders under the content area, etc). There was already zIndex: 1 which was part of the fix, but because this did not have position, the z-index was having no effect. This was the intended result all along.

Testing & Screenshots

  • I have confirmed this change with my designer and the Odyssey Design Team.

@benschell-okta benschell-okta requested a review from a team as a code owner January 17, 2025 20:41
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.

3 participants