bro-design
(Dmitrii Tregubov)
January 31, 2023, 12:04pm
2
The scrollbar is hidden by default on iOS. To show it just use custom scrollbar from this Finsweet+ super solution: F'in sweet Scrollbar Styler for Webflow
Thanks for the idea. I made a scrollbar with Finsweet+. But it also doesn’t show up on iOS devices.
Did I do something wrong?
<style>
/*width*/
::-webkit-scrollbar {
width:auto;
}
/*track*/
::-webkit-scrollbar-track {
background:rgba(49, 49, 49, 0.2);
}
/*thumb*/
::-webkit-scrollbar-thumb {
background:rgba(49, 49, 49, 0.6);
border-color:rgb(255, 0, 0);
}
</style>
bro-design
(Dmitrii Tregubov)
February 1, 2023, 10:00am
4
Oh, it’s true … Now I asked a question to FS+ support, I’ll be back here with an answer)
UPD So support is sleep) It looks that FS+ is not works on iOS, but this SimpleBar is works. Here is a demo: Examples | SimpleBar · Custom scrollbars made simple.