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

gh-navigation-menu hidden with JS disabled #49

Open
hyperknot opened this issue May 16, 2024 · 0 comments
Open

gh-navigation-menu hidden with JS disabled #49

hyperknot opened this issue May 16, 2024 · 0 comments

Comments

@hyperknot
Copy link

There is this CSS:

@media (min-width: 768px) {
    .gh-navigation:not(.is-dropdown-loaded) .gh-navigation-menu .nav>li {
        opacity: 0;
    }
}

which hides/disables the nav menu when JS is disabled. This effects all websites, even those with no dropdown usage.

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

No branches or pull requests

1 participant