
&::-webkit-scrollbar {

	width: 1rem;
	height: 1rem;
	background-color: var( --toolbelt-color-mid );

}

&::-webkit-scrollbar-thumb {

	background: var( --toolbelt-color-dark );

}
