jsketcher/modules/ui/styles/init/scroll.less
2020-03-20 00:20:07 -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;
}