# Freezing certain components

**URL:** https://community.glideapps.com/t/freezing-certain-components/39993
**Category:** Ask for Help
**Created:** [March 23, 2022, 10:41am UTC](https://community.glideapps.com/t/freezing-certain-components/39993 "2022-03-23T10:41:30Z")
**Posts on this page:** 1
**Showing post:** 12

<div class="post-metadata">

### Author: ![ThinhDinh](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/thinhdinh/32/49_2.png) [@ThinhDinh](https://community.glideapps.com/u/ThinhDinh)
#### Post date: [March 25, 2022, 9:45am UTC](https://community.glideapps.com/t/freezing-certain-components/39993/12 "2022-03-25T09:45:22Z")

</div>

That is indeed possible using the “sticky” method.

```auto
<pre><span><style>

div[id*='screenScrollView'] > div > :nth-of-type(4) {
position: -webkit-sticky;
position: sticky;
top: 0;
background: white;
z-index: 3;
}

```

---

_[View the full topic](https://community.glideapps.com/t/freezing-certain-components/39993)._
