fix: scrollbar styling #1397

This commit is contained in:
Daan Wijns 2024-01-13 11:31:48 +01:00
parent 6979c493ca
commit 7fb410732a

View file

@ -99,3 +99,13 @@ $sideborder-margin: 6px;
}
}
}
/* scrollbar */
::-webkit-scrollbar {
width: 6px;
background: background-color;
}
::-webkit-scrollbar-thumb {
border-radius: 16px;
background: #6b7280;
}