Scrollbar line not displayed on iOS

https://emerald-salon.webflow.io/
Help me please. The site has a gallery with a horizontal scroll. On iOS devices, the line of scrollbar is not displayed. How to fix it?

https://preview.webflow.com/preview/emerald-salon?utm_medium=preview_link&utm_source=designer&utm_content=emerald-salon&preview=b63e3011053bcae81a8de2cf54e2f1c5&workflow=preview


Here is my site Read-Only: Webflow - Emerald
(how to share your site Read-Only link)


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. :sweat:

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>

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.