I have tried so many different things and I keep searching but I find nothing!
Help anyone?
For vertical scrollable bar use the x and y axis. Set the overflow-x:hidden; and overflow-y:auto; that will automatically hide the horizontal scroll bar and present only vertical scrollbar. Here the scroll div will be vertically scrollable.
Just add position: fixed; in your div style. I have checked and Its working fine in my code.
The scrollbar can be triggered with any property overflow , overflow-x , or overflow-y and each can be set to any of visible , hidden , scroll , auto , or inherit .
Css Solution
-webkit-overflow-scrolling: touch;
use TWO fingers on the div!!! That's it
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With