# Hosted: Message body resizing while scrolling

**URL:** https://meta.discourse.org/t/hosted-message-body-resizing-while-scrolling/209959
**Category:** Support
**Created:** [November 23, 2021, 9:09am UTC](https://meta.discourse.org/t/hosted-message-body-resizing-while-scrolling/209959 "2021-11-23T09:09:28Z")
**Posts on this page:** 1
**Showing post:** 4

<div class="post-metadata">

### Author: ![michebs](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/michebs/32/190102_2.png) [@michebs](https://meta.discourse.org/u/michebs)
#### Post date: [November 23, 2021, 11:04am UTC](https://meta.discourse.org/t/hosted-message-body-resizing-while-scrolling/209959/4 "2021-11-23T11:04:52Z")

</div>

It seems to be a conflict of the current theme with our new feature [Sticky avatars: posts avatars following scroll](https://meta.discourse.org/t/sticky-avatars-posts-avatars-following-scroll/206634).

If you need to disable it, there is this workaround:

> [@Sticky avatars: posts avatars following scroll](https://meta.discourse.org/t/sticky-avatars-posts-avatars-following-scroll/206634/1):
>
> If for whatever reason you want to disable the sticky avatars, there is currently a workaround using CSS:
> 
> ```plaintext
> .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/hosted-message-body-resizing-while-scrolling/209959)._
