customize scrollbar background color

This commit is contained in:
2023-09-21 15:00:36 +08:00
parent db0a36fc00
commit 70bddc6c1b
2 changed files with 18 additions and 0 deletions

View File

@@ -1,3 +1,13 @@
::-webkit-scrollbar {
width: 8px;
height: 8px;
}
::-webkit-scrollbar-thumb {
border-radius: 4px;
transition: 0.3s ease-in-out;
}
html, body {
padding: 0;
word-break: break-all;