# Sticky avatars: posts avatars following scroll

**URL:** https://meta.discourse.org/t/sticky-avatars-posts-avatars-following-scroll/206634
**Category:** Feature
**Created:** [October 21, 2021, 8:24am UTC](https://meta.discourse.org/t/sticky-avatars-posts-avatars-following-scroll/206634 "2021-10-21T08:24:08Z")
**Posts on this page:** 1
**Showing post:** 1

<div class="post-metadata">

### Author: ![loic](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/loic/32/105621_2.png) [@loic](https://meta.discourse.org/u/loic)
#### Post date: [October 21, 2021, 8:24am UTC](https://meta.discourse.org/t/sticky-avatars-posts-avatars-following-scroll/206634/1 "2021-10-21T08:24:08Z")

</div>

⚠ **This is now an [official feature shipped with Discourse](https://github.com/discourse/discourse/commit/c2be7c65e87abb76f11298248347d94654925ee4), [the theme component repository is archived](https://github.com/discourse/sticky-avatars), you should delete it or it will cause malfunctions** ⚠

If for whatever reason you want to disable the sticky avatars, there is currently a workaround using CSS:

```css
.topic-post.sticky-avatar {
  .topic-avatar {
    position: relative !important;
    top: unset !important; /* May be needed in some cases */
  }
}

```

---

_[View the full topic](https://meta.discourse.org/t/sticky-avatars-posts-avatars-following-scroll/206634)._
