Nicer scrollbar (webkit only)
This commit is contained in:
parent
2f5b1663d7
commit
8ddc4085a6
@ -1211,3 +1211,15 @@ button {
|
|||||||
padding: 0;
|
padding: 0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
::-webkit-scrollbar {
|
||||||
|
width: 8px;
|
||||||
|
background-color: rgba(0,0,0,0);
|
||||||
|
}
|
||||||
|
::-webkit-scrollbar:hover {
|
||||||
|
background-color: rgba(0, 0, 0, 0.09);
|
||||||
|
}
|
||||||
|
::-webkit-scrollbar-thumb:vertical {
|
||||||
|
background: rgba(0,0,0,0.5);
|
||||||
|
border-radius: 100px;
|
||||||
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user