feat: make search bar sticky on results page

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
ashisgreat22 2026-03-22 22:24:02 +01:00
parent 23dcdef26f
commit 030b4a8508

View file

@ -214,6 +214,11 @@ main {
align-items: center;
gap: 1rem;
margin-bottom: 1rem;
position: sticky;
top: 56px;
background: var(--bg);
padding: 0.75rem 0;
z-index: 50;
}
.results-logo {