Custom CSS Code to display native scroll?

Hi

Anyone care to formulate a custom css code to display a native scroll for the ‘Hotel Chain’ drop down list on the Left Sidebar Filter of my Wordpress site ?

Page link

Thanks in Advance

Do you mean that you want a right scrollbar on that actual dropdown itself or were you asking to scroll something else?

You are already using a custom scrollbar on that element but you have set everything to the background color so it is invisible. If you want to reinstate that slimscroll scrollbar then you can turn on the colors like this:

.selectize-dropdown .slimScrollBar {
    background:#F9394D!important;
    display:block!important;
    opacity:1!important;
}

.selectize-dropdown  .slimScrollRail{
    background:#F9394D!important;
    display:block!important;
    opacity:.5!important; 
}

Then it will look like this:

Thanks Paul.

The site has an issue.

I’ll test the custom css code when the issue is resolved.

Rgds

1 Like