🎨 优化滚动条样式

This commit is contained in:
BTMuli
2023-05-25 16:14:01 +08:00
parent 2b4633aac0
commit 3b47c5f255
3 changed files with 3 additions and 2 deletions

View File

@@ -20,6 +20,7 @@ html {
::-webkit-scrollbar-track {
background: var(--scroll-bg);
box-shadow: inset 0 0 5px var(--scroll-bg);
border-radius: 5px;
}