Search & filters Free
Sticky search bar
Keep the Voxel search form pinned to the top as users scroll a results page.
⚲ Search…
.ts-filter-scroll,
.ts-form.ts-search-widget {
position: sticky;
top: 16px;
z-index: 20;
}
A one-rule trick to keep the search/filter form visible while browsing long result lists.
Notes
- Adjust
topto clear any sticky site header you have. - If the map jumps, give the map wrapper its own stacking context with
position: relative.