Sync: update site navigation styles to manage overflow and enhance usability

This commit is contained in:
Matt Batchelder
2026-02-21 17:12:28 -05:00
parent 21d41b24d8
commit dc89009cfa

View File

@@ -491,7 +491,11 @@ p:last-child { margin-bottom: 0; }
top: 0; left: 0; right: 0; bottom: 0;
background: var(--color-dark);
z-index: 99;
overflow: hidden;
}
.site-nav.open .nav-menu {
padding: 5rem 2rem 2rem;
height: 100vh;
overflow-y: auto;
-webkit-overflow-scrolling: touch;
}