Merge pull request #2603 from nqst/mobile-nav-menu-no-autofocus

Mobile → Jump menu: Remove input autofocus
This commit is contained in:
Andy Smith
2026-03-03 09:37:10 -06:00
committed by GitHub
3 changed files with 4 additions and 3 deletions
+2 -2
View File
@@ -71,14 +71,14 @@
0 0.8em 0.8em oklch(var(--lch-blue-medium) / 5%);
grid-template-rows: auto 1fr auto;
gap: var(--nav-section-gap);
max-block-size: calc(100vh - var(--block-space) - var(--footer-height));
max-block-size: calc(100dvh - var(--block-space) - var(--footer-height));
overflow: hidden;
padding-block-end: 0;
scrollbar-gutter: stable both-edges;
z-index: var(--z-nav);
@media (max-height: 668px) {
max-block-size: calc(100vh - var(--block-space));
max-block-size: calc(100dvh - var(--block-space));
}
}