mirror of
https://github.com/xibyte/jsketcher
synced 2025-12-09 01:44:19 +01:00
14 lines
267 B
Text
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;
|
|
}
|