# Freeze first row

**URL:** https://meta.discourse.org/t/freeze-first-row/72649
**Category:** UX
**Created:** [October 23, 2017, 10:23pm UTC](https://meta.discourse.org/t/freeze-first-row/72649 "2017-10-23T22:23:19Z")
**Posts on this page:** 6
**Page:** 1

<div class="post-metadata">

### Author: ![communitygal](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/communitygal/32/80177_2.png) [@communitygal](https://meta.discourse.org/u/communitygal)
#### Post date: [October 23, 2017, 10:23pm UTC](https://meta.discourse.org/t/freeze-first-row/72649/1 "2017-10-23T22:23:19Z")

</div>

hi all,  
Is it possible to freeze the first row and prevent it from disappearing upon scroll?  
We would like to keep this piece sticky as users scroll through community  
threads.

 ![freeze first row with scroll](https://global.discourse-cdn.com/meta/original/3X/1/1/11d3e807e562ce237804283d6edf438fd444cf8a.png)

Thanks,  
Emma

---

<div class="post-metadata">

### Author: ![codinghorror](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/codinghorror/32/110067_2.png) [@codinghorror](https://meta.discourse.org/u/codinghorror)
#### Post date: [October 23, 2017, 10:44pm UTC](https://meta.discourse.org/t/freeze-first-row/72649/2 "2017-10-23T22:44:37Z")

</div>

Why? Those functions are also available from the hamburger menu which is already frozen.

---

<div class="post-metadata">

### Author: ![communitygal](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/communitygal/32/80177_2.png) [@communitygal](https://meta.discourse.org/u/communitygal)
#### Post date: [October 23, 2017, 10:50pm UTC](https://meta.discourse.org/t/freeze-first-row/72649/3 "2017-10-23T22:50:50Z")

</div>

Yeah it’s just that my coworkers would like to see which is # of views vs # or replies.

---

<div class="post-metadata">

### Author: ![dax](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/dax/32/244677_2.png) [@dax](https://meta.discourse.org/u/dax)
#### Post date: [October 23, 2017, 11:00pm UTC](https://meta.discourse.org/t/freeze-first-row/72649/4 "2017-10-23T23:00:51Z")

</div>

Something like this should works, but I really agree with @codinghorror here and this change is quite intrusive for site users. Think about it carefully…

```
 .list-controls {
        position: fixed;
        z-index: 999;
        top: 63px;
        background: white;
    }
 .container.list-container {
        margin-top: 50px;
    }

```

---

<div class="post-metadata">

### Author: ![communitygal](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/communitygal/32/80177_2.png) [@communitygal](https://meta.discourse.org/u/communitygal)
#### Post date: [October 23, 2017, 11:03pm UTC](https://meta.discourse.org/t/freeze-first-row/72649/5 "2017-10-23T23:03:44Z")

</div>

ok thanks for your advice! If it’s a better user experience I’m happy to encourage the hamburger more.

---

<div class="post-metadata">

### Author: ![system](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/system/32/443519_2.png) [@system](https://meta.discourse.org/u/system)
#### Post date: [December 2, 2019, 3:02pm UTC](https://meta.discourse.org/t/freeze-first-row/72649/6 "2019-12-02T15:02:56Z")

</div>


