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

Prevent footer from covering dropdown #1236

Merged
merged 1 commit into from
Aug 6, 2024

Conversation

stnguyen90
Copy link
Contributor

@stnguyen90 stnguyen90 commented Jul 26, 2024

What does this PR do?

The z-index was set to 20 to prevent the language indicator for code sample from showing, but this caused other things to be hidden.

Since the language tag has a z-index of 2, we can make the footer have a z-index of 5 so it covers the language tag, but doesn't cover a dropdown

Fixes #1249

Test Plan

Manually checked dropdown:

image

Manually checked language tag:

image

Related PRs and Issues

Related issue:

Previous issue:

Have you read the Contributing Guidelines on issues?

Yes

The z-index was set to 20 to prevent the language indicator for code sample from showing, but this caused other things to be hidden.

Since the language tag has a z-index of 2, we can make the footer have a z-index of 5 so it covers the language tag, but doesn't cover a dropdown
Copy link

vercel bot commented Jul 26, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
console-1.6 ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jul 26, 2024 5:44am
console-billing ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jul 26, 2024 5:44am
console-cloud ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jul 26, 2024 5:44am
console-preview ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jul 26, 2024 5:44am
console-preview-cloud ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jul 26, 2024 5:44am

@TorstenDittmann TorstenDittmann merged commit e082801 into main Aug 6, 2024
8 checks passed
@TorstenDittmann TorstenDittmann deleted the fix-wizard-footer-dropdown branch August 6, 2024 14:21
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.

🐛 Bug Report: Create function permissions covered by page element.
2 participants