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

::-webkit-scrollbar #126

Open
Gutwql opened this issue Mar 8, 2017 · 0 comments
Open

::-webkit-scrollbar #126

Gutwql opened this issue Mar 8, 2017 · 0 comments

Comments

@Gutwql
Copy link

Gutwql commented Mar 8, 2017

		 /*滚动条兼容谷歌css设置方法*/

.scroll {
border-bottom: rgb(64,64,64) solid 1px;
border-right: rgb(64,64,64) solid 1px;
margin: 0;
width: 23.4em;
height: 8em;
overflow: auto;
overflow-x: hidden;
}
.scroll::-webkit-scrollbar{
width: .8em;
height: 5.5em;
border-radius: 4px;
}
.scroll::-webkit-scrollbar-track{
background-color: #241e18;
}
.scroll::-webkit-scrollbar-button{
display: none;
}
.scroll::-webkit-scrollbar-thumb{
background-color: #404040;
border-radius: 8px;
}
.scroll::-webkit-scrollbar-thumb:hover{
background-color: #0e0e0e;
}

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

No branches or pull requests

1 participant