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
I have created several custom components in my chat app:
ScrollToBottom Button,
Reply to Messages,
Searching and navigating between Messages etc.
And often I need scrollIntoView or other functions. In the scrollintoView funtion, whenever I use {behavior='Smooth'}. It just moves a fraction and nothing else. Using only "behavior: auto" works, but it is usually insufficient for UX.
I have created several custom components in my chat app:
ScrollToBottom Button,
Reply to Messages,
Searching and navigating between Messages etc.
And often I need scrollIntoView or other functions. In the scrollintoView funtion, whenever I use {behavior='Smooth'}. It just moves a fraction and nothing else. Using only "behavior: auto" works, but it is usually insufficient for UX.
I could identify that this issue is the same one as in the docs:
https://chatscope.io/storybook/react/?path=/story/components-messagelist--scroll-to-bottom
Here the scroll to bottom smooth doesn't work and only moves the screen by a bit.
Is there anyway I can use smooth Scrolling behavior in the components like messageList, chat container???
The text was updated successfully, but these errors were encountered: