Skip to content

Instantly share code, notes, and snippets.

View laziel's full-sized avatar
🐳

Jihan Kim laziel

🐳
  • NAVER Corp.
  • Seoul, South Korea
View GitHub Profile
@tpitale
tpitale / scrollbar_example.css
Created December 17, 2010 19:11
Super simple scrollbars for webkit similar to iOS
#sidebar ul.customers::-webkit-scrollbar {
width: 5px;
}
#sidebar ul.customers::-webkit-scrollbar-thumb:vertical {
margin: 5px;
background-color: #999;
-webkit-border-radius: 5px;
}