Skip to content

Instantly share code, notes, and snippets.

View CodeThiefX's full-sized avatar
👨‍💻

Promise Adesiyan CodeThiefX

👨‍💻
View GitHub Profile
@jeremy0x
jeremy0x / custom-scrollbar.css
Last active March 6, 2024 11:27
Custom Scrollbar Snippet
:root {
--scrollbar-bg-color: #f1f1f1;
--scrollbar-thumb-bg-color: #888;
--scrollbar-thumb-hover-color: #555;
--scrollbar-thumb-active-color: #000;
--scrollbar-border-radius: 10px;
}
*::-webkit-scrollbar {
width: 4px;