We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a2824e commit d539af5Copy full SHA for d539af5
src/css/nav.css
@@ -267,6 +267,7 @@ html.dark-theme button.browse-version:hover {
267
margin-right: 2px;
268
border-top: 1px solid var(--nav-panel-divider-color);
269
position: relative;
270
+ display: none;
271
}
272
273
.nav-collapse button {
@@ -347,6 +348,10 @@ html.dark-theme button.browse-version:hover {
347
348
349
350
351
+body.nav-sm .nav-panel-menu {
352
+ overflow: visible;
353
+}
354
+
355
@media screen and (min-width: 769px) {
356
.nav-container {
357
width: var(--nav-width);
@@ -365,6 +370,10 @@ html.dark-theme button.browse-version:hover {
365
370
visibility: visible;
366
371
367
372
373
+ .nav-collapse {
374
+ display: block;
375
+ }
376
368
377
.nav-menu .search {
369
378
display: block;
379
0 commit comments