color scrollbar

 /* COLOR SCROLLBAR - CHROME ONLY */

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

::-webkit-scrollbar-thumb {
border-radius: 0;
background: #d8d86c!important;
}

::-webkit-scrollbar-thumb:window-inactive {
background: #d8d86c!important;
opacity: .5;
}