• Resolved Mario62rus

    (@mario62rus)


    Hi. When the search results are displayed, their window has a narrow scrollbar, which is displayed only when the mouse is hovered over. As a result, the user may not understand whether all the search results are shown or not. How do I make the scrollbar display all the time and be default – wide?

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author wpdreams

    (@wpdreams)

    Hi,

    I’m afraid once a scrollbar is customized it is almost impossible to reset to teh default via custom styles.

    You can however force it to be visible at all times via this custom code:

    div.asl_r.vertical .results::-webkit-scrollbar-thumb {
        box-shadow: inset 0 0 12px 12px rgba(0, 0, 0, 0.5);
    }

    All the best,
    Ernest

    Thread Starter Mario62rus

    (@mario62rus)

    Unfortunately, this code didn’t help. Maybe I can somehow change the plugin code, disable some style files or scripts so that the scrollbar becomes standard?

    Plugin Author wpdreams

    (@wpdreams)

    In that case the only thing you can do is remove that specific code, but please mind that updating the plugin will revert the changes, so I can’t recommend this solution.

    Nevertheless if you open the wp-content\plugins\ajax-search-lite\css\style.basic.css file on your server and replace it’s contents with this, that will remove the customization.

    Thread Starter Mario62rus

    (@mario62rus)

    It helped, thank you!

    Thread Starter Mario62rus

    (@mario62rus)

    Resolved

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Scrollbar’ is closed to new replies.