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

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

* ::-webkit-scrollbar {
	-webkit-appearance: none;
	background-color: #E6E6E6;

	height: 7px; /* height of the horizontal scrollbar */
	width: 7px;  /* width of the vertical scrollbar */
}

* ::-webkit-scrollbar-thumb {
	border-radius: 0;
	background-color: #737373;
}
