Skip to content

Instantly share code, notes, and snippets.

@wei-lee
Created December 1, 2011 15:32
Show Gist options
  • Save wei-lee/1417585 to your computer and use it in GitHub Desktop.
Save wei-lee/1417585 to your computer and use it in GitHub Desktop.
Css for scroll bars
.scrollbar-indicator-container-vertical {
position: absolute;
top:0px;
background-color: red;
width: 10px;
right: 0px;
}
.scrollbar-indicator-container-horizontal {
position: absolute;
bottom:0px;
background-color: red;
left: 0px;
height: 10px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment