clockwork icon indicating copy to clipboard operation
clockwork copied to clipboard

feature: Add custom scrollbar

Open lannodev opened this issue 2 years ago • 2 comments

Hi! Please, do you can change the default scrollbar?

MaRhtNuJM6 Something like this:

image

::-webkit-scrollbar {
	height: 5px;
	width: 5px;
	background-color: transparent;
}
::-webkit-scrollbar-thumb {
	border-radius: 0.375rem;
	background-color: #e3e3e3;
}
.application.dark ::-webkit-scrollbar {
	height: 5px;
	width: 5px;
	background-color: transparent;
}
.application.dark ::-webkit-scrollbar-thumb {
	border-radius: 0.375rem;
	background-color: #2e2e2d;
}

All the best.

lannodev avatar Mar 31 '23 16:03 lannodev

Hey, yeah, I want to figure out how to make these look nicer in the next major release redesign.

itsgoingd avatar Jun 30 '23 22:06 itsgoingd