/* width */
::-webkit-scrollbar {
	width: 2px;
	height: 2px;
	padding:0px;
}

/* Track */
::-webkit-scrollbar-track {
	box-shadow: inset 0 0 2px #20242b;
	border-radius: 10px;
}

/* Handle */
	::-webkit-scrollbar-thumb {
	background: #20242b;
	border-radius: 10px;
}
