Random Scroll Bar

PHOTO EMBED

Wed Dec 06 2023 11:24:05 GMT+0000 (Coordinated Universal Time)

Saved by @Jeremicah

	&::-webkit-scrollbar {
		height: 10px;
	}

	&::-webkit-scrollbar-track {
		box-shadow: inset 0 0 5px grey;
		border-radius: 10px;
	}

	&::-webkit-scrollbar-thumb {
		border-radius: 10px;
		-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
		background: #2c3e50;
		border: solid 3px #1c2731;
	}
content_copyCOPY