Hi, if you go on my blog you can see that I don't have a scrollbar, but neither can anyone scroll down using their mouse. My scrollbar disappeared without me even tampering with it, do you know what might be the problem? Thank you. (:
Here are some scrollbars to consider adding to your blog under or before
rounded corners:
::-webkit-scrollbar {width: 6px; height: 4px; background: #ffffff; }::-webkit-scrollbar-thumb { background-color: #000000; -webkit-border-radius: 1ex; }
square corners with border:
::-webkit-scrollbar {width: 9px; height: 3px; background: #FFFFFF;}::-webkit-scrollbar-thumb {background-color:#ffffff ; border: 1px solid black;}
You can change the colors as you please!











