We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
The text was updated successfully, but these errors were encountered:
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; }
Sorry, something went wrong.
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: