Skip to content

Instantly share code, notes, and snippets.

@primalmotion
Created July 5, 2011 17:01
Show Gist options
  • Select an option

  • Save primalmotion/1065277 to your computer and use it in GitHub Desktop.

Select an option

Save primalmotion/1065277 to your computer and use it in GitHub Desktop.
<html>
<head>
<style>
.scrollable {
overflow: auto;
width: 200px;
height: 200px;
}
.inner {
overflow: auto;
width: 1024px;
height: 1024px;
background-color:red;
}
</style>
</head>
<div class="scrollable">
<div class="inner">
</div>
</div>
<body>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment