I have been stuck at this problem for hours now and I need some help. I am trying to create a Chat component and I just want to be able to scroll it vertically. Here's a minimum reproducible example at Codesandbox: https://codesandbox.io/s/reverent-panini-lsbfg?file=/src/chat/ChatHistory.tsx
I have made the container's height fixed (600px) and added the overflow: "hidden"
and overflowY: "scroll"
styles, but it still does not work, and I have no idea why. Thanks in advance.