Reduce or hide scrollbar from phone profile

0
Is there any way to hide scrollbar or reduce scrollbar size from phone profile? It is taking significant size in phone view? We tried doing overflow hidden but that also disables the scroll feature for us. 
asked
2 answers
1

Hi Chaitanya,

 

Also, if you would like to change size, try webkit options

https://developer.mozilla.org/en-US/docs/Web/CSS/::-webkit-scrollbar

Add to class and try

answered
0

Hi Chaitanya,

try using the overflow:overlay property where the property gives scroll only if needed 

or else you want to remove the scroll try to increase the height of page.

answered