Quantcast
Channel: Myskins Studio - Free MyBB Themes, Custom MyBB Themes and Premium MyBB Themes - All Forums
Viewing all articles
Browse latest Browse all 5470

Change Scrollbar in Chrome With CSS

$
0
0
hi friends.
if you want to change scrollbar in chrome you can add this code to Global.css

Code:
::-webkit-scrollbar {
height: 12px;
width: 12px;
background: #000;
}
::-webkit-scrollbar-thumb {
background: #393812;
-webkit-border-radius: 1ex;
-webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.75);
}

webkit-scrollbar-thumb work when the user going down or up page. with hover you can make a beautiful scroll


Source: http://community.mybbco.ir/Thread-css-%D...17#pid1317

Viewing all articles
Browse latest Browse all 5470

Trending Articles