mirror of
https://github.com/Zagrios/bs-manager.git
synced 2026-07-03 14:08:25 +02:00
10 lines
160 B
CSS
10 lines
160 B
CSS
::-webkit-scrollbar {
|
|
width: 4px !important;
|
|
padding: 0;
|
|
margin: 0;
|
|
display: inline;
|
|
}
|
|
|
|
::-webkit-scrollbar-thumb {
|
|
border-radius: 20px;
|
|
} |