fix: Fix slider height

This commit is contained in:
喻灵
2024-12-23 13:46:16 +08:00
committed by GitHub
parent cd6607fb6f
commit a3bde0cf53

View File

@@ -60,7 +60,9 @@ a:hover {
::-webkit-scrollbar {
width: 3px;
height: 3px;
}
::-webkit-scrollbar-thumb {
border-radius: 10px;
background: var(--secondary-text-color);