We have a custom theme, and the header shrinks as we scroll. We think that the recently-integrated stick avatars feature is causing some thrashing behaviour just as the header shrinks. See attached video:
I’ve tried disabling the sticky avatars using the CSS I found in https://meta.discourse.org/t/sticky-avatars-posts-avatars-following-scroll:
.topic-post.sticky-avatar {
.topic-avatar {
position: relative !important;
top: unset !important; /* May be needed in some cases */
}
}
That hides the sticky avatar, but doesn’t seem to help with the thrashing. Is there something else I should to either make this work, or disable the feature fully?
I’m not 100% sure this is the sticky avatars change - so do please comment if you think it might be something else.
A repro is at Google launches Chromebook self-repair programme for schools - Right to repair: policy & activism - The Restarters Community. Chrome is the best to repro in - Firefox seems to suppress the error after the first occurrence.
