jsketcher/modules/ui/styles/global/scroll.less
Val Erastov (xibyte) 0014150207 work on typography
2020-05-21 17:17:06 -07:00

14 lines
267 B
Text

.compact-scroll::-webkit-scrollbar {
width: 4px;
}
.compact-scroll::-webkit-scrollbar-track {
background: white;
}
.compact-scroll::-webkit-scrollbar-thumb {
background: steelblue;
}
.compact-scroll::-webkit-scrollbar-thumb:hover {
background: royalblue;
}