Skip to content

Commit d539af5

Browse files
committed
Fix broken navigation
Resolves #114
1 parent 2a2824e commit d539af5

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

src/css/nav.css

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -267,6 +267,7 @@ html.dark-theme button.browse-version:hover {
267267
margin-right: 2px;
268268
border-top: 1px solid var(--nav-panel-divider-color);
269269
position: relative;
270+
display: none;
270271
}
271272

272273
.nav-collapse button {
@@ -347,6 +348,10 @@ html.dark-theme button.browse-version:hover {
347348
}
348349
}
349350

351+
body.nav-sm .nav-panel-menu {
352+
overflow: visible;
353+
}
354+
350355
@media screen and (min-width: 769px) {
351356
.nav-container {
352357
width: var(--nav-width);
@@ -365,6 +370,10 @@ html.dark-theme button.browse-version:hover {
365370
visibility: visible;
366371
}
367372

373+
.nav-collapse {
374+
display: block;
375+
}
376+
368377
.nav-menu .search {
369378
display: block;
370379
}

0 commit comments

Comments
 (0)