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
::-webkit-scrollbar { background-color: lightgray; border-radius: 5px; width: 5px; height: 10px; background-clip: padding-box; } // /*滚动条两端方向按钮*/ // ::-webkit-scrollbar-button { // background-color: pink; // } /*滚动条中间滑动部分*/ ::-webkit-scrollbar-thumb { background-color: #A8A8A8; border-radius: 5px; } /*滚动条右下角区域*/ ::-webkit-scrollbar-corner { background-color: red; }
The text was updated successfully, but these errors were encountered:
No branches or pull requests
webkit
The text was updated successfully, but these errors were encountered: