Files
exui/static/scrollbar.css
2023-11-05 00:56:18 +01:00

12 lines
175 B
CSS

::-webkit-scrollbar {
width: 4px;
}
::-webkit-scrollbar-thumb {
background: #888;
border-radius: 4px;
}
::-webkit-scrollbar-thumb:hover {
background: #555;
}