chat-ui-kit-react icon indicating copy to clipboard operation
chat-ui-kit-react copied to clipboard

Scrolling MessageList does not propagate scroll to parent when reaching end

Open j-krl opened this issue 1 year ago • 2 comments

I have an example below of what the expected behaviour should be. On the MessageList this currently doesn't happen. For some reason it doesn't propagate the scroll to the parent when reaching the top of the container, so I can't reveal the address bar from scrolling the MessageList.

hpiFp

j-krl avatar Mar 01 '23 17:03 j-krl

@j-krl can you please share a repro?

supersnager avatar Apr 19 '23 06:04 supersnager

@supersnager I cant really share a repro in code because it's how the message list interacts with the mobile browser's address bar. Try to scroll a message list on mobile you'll see what I mean. When you reach the top or bottom of the container the scroll will not propagate to the parent.

j-krl avatar Jun 08 '23 18:06 j-krl