make scrollbar less obnoxious: tad narrower, rounded corners
This commit is contained in:
parent
cb41b1a863
commit
36e8f7bca5
|
@ -73,13 +73,14 @@ body {
|
|||
|
||||
/* SCROLLING */
|
||||
::-webkit-scrollbar {
|
||||
width: 8px;
|
||||
width: 5px;
|
||||
}
|
||||
::-webkit-scrollbar-track-piece {
|
||||
background-color: transparent;
|
||||
}
|
||||
::-webkit-scrollbar-thumb {
|
||||
background: #ddd;
|
||||
border-radius: 3px;
|
||||
}
|
||||
|
||||
/* Searchbox */
|
||||
|
|
Loading…
Reference in New Issue