-
Notifications
You must be signed in to change notification settings - Fork 288
fix: thread scrolling position #11674
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
Signed-off-by: greta <[email protected]>
Signed-off-by: greta <[email protected]>
Signed-off-by: greta <[email protected]>
|
/backport to stable5.5 |
Signed-off-by: greta <[email protected]>
Signed-off-by: greta <[email protected]>
ChristophWurst
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Tested but doesn't seem to work as expected. Single message threads are scrolled down slightly, while I expect them to stay at the top.
For actual threads with many messages the scrolling goes too far - probably the same distance as the case with one message.
You have added a container element, but scrolling is still done on the same element as before. Did you mean to change that?
block: 'top'doesnt exist :( even though it gives us the right behavior. (an error is thrown)Follow-up to #11648