G
G
gregorypetrov2017-11-17 16:27:54
css
gregorypetrov, 2017-11-17 16:27:54

-webkit-scrollbar not working in Safari under iOS?

I needed to hide the scrollbars, I use this method:

.no-scrollbars::-webkit-scrollbar {
    width: 0;
}

Everywhere they write that this should work for Chrome and webkit-based browsers (including Safari).
In Chrome on desktop it really worked.
But on the iPad (both in Safari and Chrome), the rule has no effect.
If anyone has come across, tell me, is it possible to somehow make this work?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
M
mrSeller, 2017-11-17
@mrSeller

Are there physical scrolls at all?
For hiding / customizing scrolls, I advise the baron library

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question