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?
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?
Hi @frankmoi ,
There is a piece of code hiding your scrollbar. Please follow these steps to delete that 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!