This did not work for me. A couple of things could help in this post for those who may not do this as much as you. First, it wasn’t exactly clear where you have to go actually change from hidden to auto. I found it after a while! And then it wasn’t clear how you apply that change. It seems that it makes the change in real time, no “apply” step needed. However, it doesn’t scroll. I went back into the inspect mode and it does say overflow: auto; but it still does not scroll. I’m on Safari.
That would be nice too. It’s working for me on my iPhone but not my iPad, but I’m running an old OS there because it’s an older iPad. I thought that was the problem but I’m seeing now that it’s bigger than that.
If you can’t scroll up or down , try this: press the Tab key and the Up Arrow key together. This will highlight the “Share Chat” button (used to share the link of the chat). Once it’s highlighted, the scrolling functionality should start working again.
if your on desktop, just go into the inspector (right click and click inspect), look in the elements in the page, find the element that holds the content and it will have a class “flex-1 overflow-hidden” , and delete the overflow-hidden words and click enter and then you can scroll. its what ive had to do today