# Scroll jumping in this meta site while viewing threads

**URL:** https://meta.discourse.org/t/scroll-jumping-in-this-meta-site-while-viewing-threads/324800
**Category:** Bug
**Tags:** needs-repro
**Created:** [September 4, 2024, 12:53am UTC](https://meta.discourse.org/t/scroll-jumping-in-this-meta-site-while-viewing-threads/324800 "2024-09-04T00:53:33Z")
**Posts on this page:** 1
**Showing post:** 9

<div class="post-metadata">

### Author: ![awesomerobot](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/awesomerobot/32/142900_2.png) [@awesomerobot](https://meta.discourse.org/u/awesomerobot)
#### Post date: [November 26, 2024, 7:22pm UTC](https://meta.discourse.org/t/scroll-jumping-in-this-meta-site-while-viewing-threads/324800/9 "2024-11-26T19:22:58Z")

</div>

Today we’ve applied a minor update that seems to improve this situation — it looks like the issue is with how Firefox handles `position: sticky;` on avatars in posts as you scroll… the browser seemed to try to jump up to include the avatar sometimes when you try to scroll past it.

This specifically seemed to be an issue with higher refresh rates (I was able to reproduce it on a Macbook with “[ProMotion](https://support.apple.com/en-us/102297)”)… so it seems to be a very specific Firefox bug.

The workaround was to add `overflow-anchor: none;`

[https://github.com/discourse/discourse/commit/fd22dd179a9b95d72fac815dd17b53612886476a](https://github.com/discourse/discourse/commit/fd22dd179a9b95d72fac815dd17b53612886476a)

After updating Discourse, please let us know if you continue to experience the issue.

---

_[View the full topic](https://meta.discourse.org/t/scroll-jumping-in-this-meta-site-while-viewing-threads/324800)._
