@villain I can also reproduce this, looks like our CSS tweaks around the post count box are fucking up at the end of threads now. I’m not sure how much we need to do to revert that; iirc our main override here was to use the post count box from mobile on desktop as well so that we could have 1000px width posts instead of a floating sidebar like other discord sites, and idk if the override contains old code in it
I don’t think anyone touches the CSS except for like, 90% you and 10% toups, I think this is probably a weird interaction from our overrides + an upstream upgrade
Yeah this block jumps from the bottom right outside of the post area to top right within the post area (and hence blocking parts of the posts) near the bottom as of tonight.
okay so best I can tell this doesn’t seem to be a result of any css overrides that we’ve done. the site javascript is adding a class to the post count box when the scroll bar reaches a certain threshhold, and that’s messing up the positioning. this might actually be a discourse bug, unless we have some custom javascript added somewhere that does this?
Should it move underneath the topic list or just underneath the header? the code seems to want it to move to the header… is that what our extension aims to override?