
/*--------------------------------------------------*/
/*	GENERAL
/*--------------------------------------------------*/

html > ::-webkit-scrollbar {
	display: none;
}

* ::-webkit-scrollbar {
	-webkit-appearance: none;

	height: 4px;
	width: 4px;

	border-radius: 2px;
	background-color: #40404020;
}

* ::-webkit-scrollbar-thumb {
	border-radius: 2px;
	background-color: #404040;
}
