/* Firefox */
html,
body {
	scrollbar-width: thin;
	scrollbar-color: #000 transparent;
}

/* Chromium / Safari / Edge */
html::-webkit-scrollbar,
body::-webkit-scrollbar {
	width: 11px;
	height: 11px;
	background: transparent;
}

html::-webkit-scrollbar-track,
body::-webkit-scrollbar-track {
	background: transparent;
}

html::-webkit-scrollbar-corner,
body::-webkit-scrollbar-corner {
	background: transparent;
}

html::-webkit-scrollbar-thumb,
body::-webkit-scrollbar-thumb {
	background-color: #000;
	border-radius: 999px;
	border: 0;
}

html::-webkit-scrollbar-thumb:hover,
html::-webkit-scrollbar-thumb:active,
body::-webkit-scrollbar-thumb:hover,
body::-webkit-scrollbar-thumb:active {
	background-color: #000;
}
