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?
No description
6 Replies
clevermissfox
clevermissfox11mo ago
Is it only on Safari it's invisible or other mobile browsers too?
Matt
MattOP11mo ago
I haven't been able to test on other browsers
SvenSplynter
SvenSplynter11mo ago
Unless I'm mistaking, Apple iOS no longer supports customizing the scrollbar. The only solution would be to build your own scrollbar.
Matt
MattOP11mo ago
The scroll bar is visible when you touch and drag on the element I'm just trying to make it visible all times
SvenSplynter
SvenSplynter11mo ago
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.
Matt
MattOP11mo ago
Ah okay Thank you

Did you find this page helpful?