feat: custom scroll bar

This commit is contained in:
zerosoul
2022-06-08 13:40:51 +08:00
parent 19b48b20fe
commit 915e53e225
2 changed files with 10 additions and 1 deletions
@@ -1,3 +1,12 @@
::-webkit-scrollbar-thumb {
background: #ddd;
border-radius: 4px;
}
::-webkit-scrollbar {
background: transparent;
width: 5px;
height: 5px;
}
:root{
/* border radius */
--br:8px;