::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 1px rgba(0,0,0,0.3);
  background-color: #F5F5F5;
  width: 10px;
  height: 10px;
}
//
// ::-webkit-scrollbar
//   width: 10px
//   height: 10px
//   background-color: #F5F5F5
//
// ::-webkit-scrollbar-thumb
//   background-color: rgba(0,0,0,0.15)
//   border: 2px solid rgba(0,0,0,0.05)
//   border-radius: 0

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

::-webkit-scrollbar-button {
	width: 0;
	height: 0;
	display: none;
}


::-webkit-scrollbar-corner {
	background-color: transparent;
}

::-webkit-scrollbar-thumb:hover {
	background-color: rgba(0,0,0,0.4);
	-webkit-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.25);
}

::-webkit-scrollbar-thumb {
	background-color: rgba(0,0,0,0.2);
	-webkit-box-shadow: inset 1px 1px 0 rgba(0,0,0,0.10),inset 0 -1px 0 rgba(0,0,0,0.07);
	border-radius: 0;

}
