diff --git a/src/api/templates/_sidebar.html b/src/api/templates/_sidebar.html index 493c060..cbc89a5 100644 --- a/src/api/templates/_sidebar.html +++ b/src/api/templates/_sidebar.html @@ -70,7 +70,11 @@ @media (max-width: 1450px) { .special-searches-box { - display: none; + position: static; + width: 100%; + max-height: none; + overflow-y: visible; + margin-top: 1.5rem; } }