I need scrollbars to be visible when a div has the overflow
set to auto
on mobile Safari and Chrome. Using ::-webkit-scrollbar
in CSS works on desktop but not mobile.
https://codepen.io/panchroma/pen/wvdrzMe
The question has been asked already but the accepted answer doesn't work: Make scrollbar visible in mobile browsers