Advertisement
Guest User

scrollbar

a guest
Nov 26th, 2015
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. ::-webkit-scrollbar {
  2. height: 1px;
  3. width: 1px;
  4. background: transparent;
  5. }
  6. ::-webkit-scrollbar-thumb {
  7. background: transparent;
  8. -webkit-border-radius: 1ex;
  9. -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.75);
  10. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement