JavaScript UI Libraries & Blazor Components Suite – Smart UI Forums ListBox Is it possible to style the List Boxe's scrollbar without additional js? Reply To: Is it possible to style the List Boxe's scrollbar without additional js?

#100540
Hristofor
Member

Hi ctstrist,
It’s possible to customize the Scroll Bars inside the Listbox via CSS. Here’s the full CSS API of the element. Here’s an example on how to customize the Scroll bars inside specific List boxes:


 #listbox {
            --smart-scroll-bar-thumb-background-active: #003366;
            --smart-scroll-bar-thumb-background-hover: #336699;
            --smart-scroll-bar-thumb-background: #6699cc;
        }

Best Regards,
Christopher
Smart HTML Elements Team
https://www.htmlelements.com