크롬, 스파리 스크롤바, chrome scrollbar
- http://css-tricks.com/custom-scrollbars-in-webkit/ <- 추천. 이미지등이 첨부되서 자세히 적혀있다.
- http://circlash.tistory.com/610
- https://www.webkit.org/blog/363/styling-scrollbars/
—–=——
요약 WebKit(크롬과 사파리에서 사용)에서 스크롤바 커스텀이 CSS로 지원된다.
::-webkit-scrollbar 같은 모양의 지시자를 사용한다.
—–=—— 크롬의 newTab의 스크롤 커스텀(소스보기하면 보인다.)
/** Scrollbars **********************/
.tile-page-content::-webkit-scrollbar { width: 13px; }
.tile-page-content::-webkit-scrollbar-button { display: none; }