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

Commits on Jul 26, 2024

  1. fix(wizard): prevent footer from covering dropdown

    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
    stnguyen90 authored Jul 26, 2024
    Configuration menu
    Copy the full SHA
    c54f627 View commit details
    Browse the repository at this point in the history