Skip to content

Instantly share code, notes, and snippets.

@wei-lee
Created December 1, 2011 15:44
Show Gist options
  • Save wei-lee/1417696 to your computer and use it in GitHub Desktop.
Save wei-lee/1417696 to your computer and use it in GitHub Desktop.
iScroll scrollbar css
/**
*
* Vertical Scrollbar
*
*/
.myScrollbarV {
position:absolute;
z-index:100;
width:7px;
bottom:7px;
top:2px;
right:1px;
pointer-events: auto !important; /* important. Otherwise you can not click on the scroll bar*/
background-color: red;
}
.myScrollbarV > div {
width:100%;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment