반응형
::-webkit-scrollbar {
width: 3px;
}
::-webkit-scrollbar-thumb {
background: #a9a9a9;
}
[참고]
http://stackoverflow.com/questions/7492062/css-overflow-scroll-always-show-vertical-scroll-bar
https://css-tricks.com/examples/WebKitScrollbars/
http://circlash.tistory.com/610
반응형
'개발일지 > CSS' 카테고리의 다른 글
[CSS] button inside span tag vetical-align issue (0) | 2016.04.19 |
---|---|
[CSS] 아이폰 웹브라우저에서 방향 전환이 일어날 때, 폰트 크기가 커짐 (0) | 2016.04.19 |
[CSS] ios input disabled style 변경 (0) | 2016.04.04 |
[CSS] multiline ellipsis '-webkit-line-clamp' (0) | 2016.03.29 |
[CSS] display:none 인지 아닌지를 선택자로 사용하는 방법 (1) | 2016.03.22 |