more chrome scrollbar styling

This commit is contained in:
HF 2020-11-29 17:54:08 +01:00
parent 9a7ca41eb9
commit 5a90e3786a

View File

@ -193,11 +193,11 @@ tr:nth-child(even) {
/* won't be needed anymore with chrome 90+ */
.channeldds::-webkit-scrollbar {
width: 11px;
width: 6px;
}
.channeldds::-webkit-scrollbar-thumb {
border-radius: 6px;
border: 3px solid;
border-radius: 10px;
border: 1px solid;
}
.chntop {