Styling scrollbar

Is there a way to stylize the scrollbars?

Hi @Seroosh, there’s no built-in way to do it easily, but you can work your way around it using the Coded component. The easiest way would probably be to add an ID to your scrollable Container and place styling only inside of the coded component – this way the Coded component doesn’t need to interfere with your HTML structure.

We have styled the scrollbar by having a coded component inside the header that is used for every page. Inside the coded component we used CSS for a general scrollbar and this works for all pages!

3 Likes