Source icon indicating copy to clipboard operation
Source copied to clipboard

gh-navigation-menu hidden with JS disabled

Open hyperknot opened this issue 1 year ago • 0 comments

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.

hyperknot avatar May 16 '24 10:05 hyperknot