ahi te dejare 2 Scrollbar Custom para que uses la que quieras ;)
  By AngelKrak:   
Código CSS:
Ver original- ::-webkit-scrollbar{ 
-   width:10px; 
-   height:10px; 
-   background-color:#eee; 
- } 
- ::-webkit-scrollbar-thumb{ 
-   background-color:#2BA4D6; 
-   border-radius: 10px; 
-   -webkit-box-shadow: inset 0 0 8px rgba(0,0,0,0.); 
- } 
 http://codepen.io/AngelKrak/pen/xFDwi  By KaoruMishimaru:   
Código CSS:
Ver original- ::-webkit-scrollbar-track 
- { 
-     -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
-     background-color: #000; 
- } 
-   
- ::-webkit-scrollbar 
- { 
-     width: 5px; 
-     background-color: #000; 
- } 
-   
- ::-webkit-scrollbar-thumb 
- { 
-     background: rgba(255, 255, 255, .5); 
-     border-radius: 5px; 
- } 
 http://codepen.io/KaoruMishimaru/pen/QjbGoK