How can I add a scroll bar to my website?

Hello,

I do not have a scroll bar on my website, and i want it.. because on desktop without a scrollbar it is not working perfectly.

Anyone can help me out with the code?

www.dogzoo.nl

Hi @frankmoi ,

There is a piece of code hiding your scrollbar. Please follow these steps to delete that code:

  • Go to Admin > Online Store
  • On the theme, click Actions > Edit Code
  • In the assets folder, open theme.css file
  • At the bottom of the file, paste this line of code:
::-webkit-scrollbar {
    display: block !important;
}

Works, thank you very much!

One more question about this subject. Is there any way to give the scroller a default collor?
It is totally white, all other websites do show a color grey, so u know where to scroll.

Thanks!