hi friends.
if you want to change scrollbar in chrome you can add this code to Global.css
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
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