Custom Scrollbar with safari

Hello all ! I set up the plugin Custom Scrollbar Free, it works great with chrome.

But on safari, not the same story. I tried many things but nothing worked.

I tried to had this in header html of the page :

<style>
-webkit-overflow-scrolling: auto !important;
::-webkit-scrollbar-track{
  background: orange;
  border: 0px none transparent;
  border-radius: px;
}
</style>

but nothing changes :confused:

I juste need to change the color of the crollbar, because as it displays, we can not see that the repeating group has a scroball and thereโ€™s more content to see by scrolling

thank you for your help

This topic was automatically closed after 70 days. New replies are no longer allowed.