﻿::-webkit-scrollbar {
	width: 6px;
	background-color: transparent;
	cursor: pointer;
}

-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 10px;
	background-color: transparent;
	cursor: pointer;
}

::-webkit-scrollbar-thumb {
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: var(--dsd-c-gray);
	cursor: pointer;
}

	::-webkit-scrollbar-thumb:hover {
		background-color: var(--dsd-color-effect-hover);
		cursor: pointer;
	}
