/* Handle width/height */
::-webkit-scrollbar {
    width: 12px;
	height: 12px;
}
 
/* Track */
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}
 
/* Handle */
::-webkit-scrollbar-thumb {
    background: #404040;
}