I want to CSS style my scrollbars in Safari (particularly iPhone). I guess it's doable in FF (div 2) and Chrome (div 3) but in Safari I can't see any scrollbars.
Divs have overflow-x: scroll
.
Div 2 has FF specific properties (scrollbar-width
and scrollbar-color
)
Div 3 has Chrome specific pseudo classes (::-webkit-scrollbar
...)
Here is the example (you can open it in various browsers to get the picture):
https://codepen.io/dalibor123/pen/bGoNYLQ
I was asked if this answers my question, but it doesn't: CSS customized scroll bar in div because it only deals with Safari on Mac, but I was asking preferably for mobile Safari - iPhone etc
Please open my example with iPhone Safari