/* Let's get this party started */
::-webkit-scrollbar {
    width: 10px;
}
 
/* Track */
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 1px rgba(255,255,255,0.3); 

}
 
/* Handle */
::-webkit-scrollbar-thumb {

    background: rgba(0,0,0,1); 
    -webkit-box-shadow: inset 0 0 1px rgba(255,255,255,0.3); 
}
::-webkit-scrollbar-thumb:window-inactive {
	background: rgba(0,0,0,1); 
}