You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Riot can still get into a state where its scrollTop value becomes non-int.
This creates problems such as entering a room not scrolling to the correct position, and scrolling to the bottom of a room does not remove the scroll-to-bottom button. A fix was attempted in matrix-org/matrix-react-sdk#2846 but does not seem to have completely solved the issue.
Steps to reproduce
Happens at some random point. Refresh fixes the issue
The issue also just seems to be fixed at random points as well, possibly due to functionality introduced in the above mentioned PR