Skip to content

Instantly share code, notes, and snippets.

@alejandro
Forked from anonymous/dabblet.css
Created June 3, 2012 02:34
Show Gist options
  • Save alejandro/2861040 to your computer and use it in GitHub Desktop.
Save alejandro/2861040 to your computer and use it in GitHub Desktop.
Untitled
body {
background:#eee;
}
#w {
height:1500px;
width:100%;
right:10px;
background:#eee;
}
::-webkit-scrollbar {height: 16px;overflow: visible;width:26px;}
::-webkit-scrollbar-thumb {background-color: rgba(0, 0, 0, .2);background-clip: padding-box;
border: solid transparent;border-width: 1px 1px 1px 6px;
min-height: 28px;padding: 100px 0 0;box-shadow: inset 1px 1px 0 rgba(0, 0, 0, .1),inset 0 -1px 0 rgba(0, 0, 0, .07);
}
::-webkit-scrollbar-button {height: 0;width: 0;
}
::-webkit-scrollbar-track {background-clip: padding-box;border: solid transparent;border-width: 0 0 0 4px;
}
::-webkit-scrollbar-corner {background: transparent;
}
<div id="w"></div><!-- content to be placed inside <body>…</body> -->
{"view":"split","fontsize":"100","seethrough":"","prefixfree":"1","page":"all"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment