Force Overflow Scrollbar to be visible on mobile
Using dev tools, the scroll bar is visible. However, on iPhone safari, the scroll bar is only visible when sliding on the element. How can I force that the scroll bar is shown on mobile?
6 Replies
Is it only on Safari it's invisible or other mobile browsers too?
I haven't been able to test on other browsers
Unless I'm mistaking, Apple iOS no longer supports customizing the scrollbar. The only solution would be to build your own scrollbar.
The scroll bar is visible when you touch and drag on the element
I'm just trying to make it visible all times
I understand. And in order to do that, you would have to customize (through CSS) the behavior of the standard scrollbar. This is no longer supported in iOS.
Ah okay
Thank you