mirror of
https://github.com/turboderp-org/exui.git
synced 2026-05-04 21:21:20 +00:00
12 lines
175 B
CSS
12 lines
175 B
CSS
|
|
::-webkit-scrollbar {
|
|
width: 4px;
|
|
}
|
|
::-webkit-scrollbar-thumb {
|
|
background: #888;
|
|
border-radius: 4px;
|
|
}
|
|
::-webkit-scrollbar-thumb:hover {
|
|
background: #555;
|
|
}
|