::-webkit-scrollbar{
	width:12px;
}
::-webkit-scrollbar-button{

}
::-webkit-scrollbar-track{

}
::-webkit-scrollbar-track-piece{
	background-color:darken(white, 14%);
}
::-webkit-scrollbar-thumb{
	background-color:map-get($theme-colors, primary);
}
::-webkit-scrollbar-corner       { /* 6 */ }
::-webkit-resizer                { /* 7 */ }


/* Firefox */
html, body{
	scrollbar-width:auto;
	scrollbar-color:map-get($theme-colors, primary) darken(white, 14%);
}
