::-webkit-scrollbar {
	width: 0.5em;
}

::-webkit-scrollbar-track {

}

::-webkit-scrollbar-thumb {
	border-radius: 5px;
	background-color: #00000033;
}

::-webkit-scrollbar-thumb:hover {
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
	background-color: var(--backgroundColor, darkgrey)
}