androidhtmlcssmobile-browser

Css overflow:scroll does not work on mobile


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?


Solution

  • add this css code to your container with overflow scroll.

    -webkit-overflow-scrolling: touch;