[Back]
/*
 * Visual Portfolio custom scrollbar.
 */
.vp-portfolio__custom-scrollbar {
	--vp-custom-scrollbar__background-color: #888;

	.simplebar-scrollbar::before {
		background-color: var(--vp-custom-scrollbar__background-color);
	}
}