::-webkit-scrollbar {
	width: 0;
	height: 0;
}
::-webkit-scrollbar-track {
	background: none;
}
::-webkit-scrollbar-thumb {
	background: #8880;
	border-radius: 6px;
}
.scrollbar {
	&.x {
		overflow-x: scroll !important;
	}
	&.y {
		overflow-y: scroll !important;
	}
	&::-webkit-scrollbar {
		width: 6px;
		height: 6px;
	}
	&:hover::-webkit-scrollbar-thumb {
		background: #8884;
	}
}
::-webkit-scrollbar-thumb:hover {
	cursor: pointer;
	background: #8888 !important;
}
