::-webkit-scrollbar {
	width: 8px;
	height: 8px;
}

::-webkit-scrollbar-thumb {
	background: #ababab;
	border-radius: 10px;
	border: 2px solid transparent;
	background-clip: padding-box;
}

::-webkit-scrollbar-thumb:horizontal {
	border: 8px solid transparent;
}

::-webkit-scrollbar-thumb:horizontal:hover {
	border: 2px solid transparent;
}

::-webkit-scrollbar-thumb:hover {
	border: 0;
}

::-webkit-scrollbar-track {
	background: transparent;
}