Files
Elite-Gaming-FiveM/resources/cadvanced_mdt/ui/build/css/main.css
T
2021-12-03 01:19:31 +00:00

11 lines
235 B
CSS

::-webkit-scrollbar {
width: 10px;
}
::-webkit-scrollbar-track {
-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
::-webkit-scrollbar-thumb {
background-color: rgba(0, 0, 0, 0.5);
outline: 1px solid slategrey;
}