Discourse Chat-settings/members can’t scroll on ios/ipados 26.2

As shown in the attach, scrolling the page of settings/members of the DM component will lead to the scroll of the whole page, while the inner container failed to scroll, making it unable to leave a chat/read the bottom part of the members since I can’t reach them.

It might be a bug specific to WebKit browsers, as android webviews run smoothly.

Please take time to investigate, much thanks.

This might be related to

1 Like

Thank you for providing useful information.

Maybe the style overflow: hidden; prevents the container from scrolling properly, the has-full-page-chat should be changed to a better style selector.

The chat-form css property should be excluded from that.

1 Like

A PR has been placed here. please take time to get it reviewed. :heart:

@j.jaffeux