#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