Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

need custoom scrollbar thumb and custom scrollbar track #205

Closed
ScienHAC opened this issue Nov 3, 2024 · 1 comment
Closed

need custoom scrollbar thumb and custom scrollbar track #205

ScienHAC opened this issue Nov 3, 2024 · 1 comment

Comments

@ScienHAC
Copy link
Contributor

ScienHAC commented Nov 3, 2024

see i have preview i already made this for my website
https://scienhac.blogspot.com/2023/05/how-to-make-custom-scrollbar.html

here i use webkit styling.

@ScienHAC
Copy link
Contributor Author

ScienHAC commented Nov 3, 2024

like we can use this.

/* Style the scrollbar in WebKit Browsers */
::-webkit-scrollbar {
width: 8px;
height: 8px;
}

::-webkit-scrollbar-track {
background-color: #f0f0f0;
border-radius: 10px;
}

::-webkit-scrollbar-thumb {
background-color: #888;
border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
background-color: #555;
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants