feat: make search bar sticky on results page
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
23dcdef26f
commit
030b4a8508
1 changed files with 5 additions and 0 deletions
|
|
@ -214,6 +214,11 @@ main {
|
||||||
align-items: center;
|
align-items: center;
|
||||||
gap: 1rem;
|
gap: 1rem;
|
||||||
margin-bottom: 1rem;
|
margin-bottom: 1rem;
|
||||||
|
position: sticky;
|
||||||
|
top: 56px;
|
||||||
|
background: var(--bg);
|
||||||
|
padding: 0.75rem 0;
|
||||||
|
z-index: 50;
|
||||||
}
|
}
|
||||||
|
|
||||||
.results-logo {
|
.results-logo {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue