I have a website and I want to display comments in a div. I tried to use an overflow scroll div but it overflowed on mobile devices. It does work on my computer What am I doing wrong?
add this css code to your container with overflow scroll.
-webkit-overflow-scrolling: touch;