::-webkit-scrollbar-button { 
background-image:url(''); 
background-repeat:no-repeat; 
width:4px; 
height:0px 
} 

::-webkit-scrollbar-track {background-color: #363440;box-shadow:0px 0px 3px #000 inset;} 

::-webkit-scrollbar-thumb {-webkit-border-radius: 3px;border-radius: 3px;background-color: #ffd201;box-shadow: 0px 1px 1px #000 inset;background-position:center;background-repeat:no-repeat;} 

::-webkit-resizer{ 
background-image:url(''); 
background-repeat:no-repeat; 
width:5px; 
height:0px 
} 

::-webkit-scrollbar{ 
width: 8px; 
}