# Improve search bar UX - Make the search bar reappear

**URL:** https://community.glideapps.com/t/improve-search-bar-ux-make-the-search-bar-reappear/82184
**Category:** Feature Requests
**Created:** [June 1, 2025, 6:43pm UTC](https://community.glideapps.com/t/improve-search-bar-ux-make-the-search-bar-reappear/82184 "2025-06-01T18:43:48Z")
**Posts on this page:** 1
**Showing post:** 2

<div class="post-metadata">

### Author: ![Mazen](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/mazen/32/84042_2.png) [@Mazen](https://community.glideapps.com/u/Mazen)
#### Post date: [June 1, 2025, 10:24pm UTC](https://community.glideapps.com/t/improve-search-bar-ux-make-the-search-bar-reappear/82184/2 "2025-06-01T22:24:52Z")

</div>

For now, u can use CSS for this specific problem.  
Check this Topic:

> [@Sticky search!](https://community.glideapps.com/t/sticky-search/79399):
>
> Here’s some styling to make the search box of a collection sticky. Be sure to name the class of the collection “sticky-search” so that it matches the CSS below: .sticky-search [class\*="needs-search-only"] { position: sticky; top:0; z-index: 9999; backdrop-filter: blur(10px); padding: 0 0 10px 0; } [CleanShot 2025-01-21 at 22.33.34]

And Visit the CSS Library By LowCode Agency:  
And search for: Sticky Search

> **[CSS Library by LowCode Agency](https://css-library.glide.page/)**

![Pp2J8bvzWXLkVFC7SVbi](https://us1.discourse-cdn.com/flex002/uploads/glideapps/original/3X/f/b/fb865fa4655f221a153b3862952d53d9cd4b3d6c.webp)

---

_[View the full topic](https://community.glideapps.com/t/improve-search-bar-ux-make-the-search-bar-reappear/82184)._
