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

Remove z-index for edit button to prepare for incoming nav refactor #2965

Merged
merged 1 commit into from
Apr 22, 2024

Conversation

johnbarrierwilson
Copy link
Member

We have a new navigation refactor coming in. Despite setting the z-index for the dropdowns in the new navigation to larger than 1000 (as seen in this PR), the browsers still didn't respect the enforcement. This is also a better long term way as the z-index isn't necessary on this element. In addition, the main bug here is that opacity: 0.3 created a new stacking order that broke any z-index declarations.

Copy link

A documentation preview will be available soon.

Request a new doc build by commenting
  • Rebuild this PR: run docs-build
  • Rebuild this PR and all Elastic docs: run docs-build rebuild

run docs-build is much faster than run docs-build rebuild. A rebuild should only be needed in rare situations.

If your PR continues to fail for an unknown reason, the doc build pipeline may be broken. Elastic employees can check the pipeline status here.

@bmorelli25
Copy link
Member

Hey @johnbarrierwilson. Thanks for the PR. Can we merge this?

@bmorelli25 bmorelli25 merged commit 417a682 into master Apr 22, 2024
5 checks passed
@bmorelli25 bmorelli25 deleted the jbw/fixes-for-new-nav branch April 22, 2024 22:03
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