Add custom scrollbar styles

This commit is contained in:
dertyp7
2024-01-13 18:28:33 +01:00
parent cabbda37f2
commit 55a19dd462

View File

@@ -79,3 +79,16 @@ body,
height: 100vh;
width: 100%;
}
::-webkit-scrollbar {
width: 7px;
}
::-webkit-scrollbar-track {
background: transparent;
}
::-webkit-scrollbar-thumb {
background: var(--color-accent);
border-radius: 5px;
}