Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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?

like image 747
kahveciderin Avatar asked Sep 08 '26 22:09

kahveciderin


1 Answers

add this css code to your container with overflow scroll.

-webkit-overflow-scrolling: touch;

like image 67
zaphkiel Avatar answered Sep 11 '26 06:09

zaphkiel



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!