fix: Fix slider height

This commit is contained in:
2024-12-23 13:46:16 +08:00
committed by GitHub
parent 608c7305e9
commit 5325e1a097

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);