diff --git a/src/css/tailwind.css b/src/css/tailwind.css index 8b16dc331..fa411455f 100644 --- a/src/css/tailwind.css +++ b/src/css/tailwind.css @@ -292,10 +292,11 @@ details[open] .summary-swap-open { } /* Desktop sticky nav */ -@media (min-width: 768px) and (min-height: 53.75em) { /* 860px */ +@media (min-width: 768px) { /* 860px */ .page-header { position: sticky; top: 0; + overflow-y: auto; } .page-nav { justify-content: space-between;