Source code

Revision control

Copy as Markdown

Other Tools

<!DOCTYPE html>
<style>
#outer {
overflow-y: scroll;
width: 200px;
height: 300px;
background: white;
-moz-scrollbar-inset-block: 40px 0;
}
#inner {
height: 900px;
}
</style>
<div id="outer">
<div id="inner"></div>
</div>