Skip to content

Instantly share code, notes, and snippets.

@A
Created January 27, 2014 19:08
Show Gist options
  • Save A/8655344 to your computer and use it in GitHub Desktop.
Save A/8655344 to your computer and use it in GitHub Desktop.
Untitled
.wrapper {
width: 400px;
height: 200px;
background-color: #eee;
position: relative;
}
.header {
height: 50px;
background-color: #eba;
}
.content {
position: absolute;
/*width: 300px;*/
overflow: scroll;
top: 50px;
left: 0;
right: 0;
bottom: 0;
margin: auto;
background-color: #bae;
}
.wrapper-again {
width: 200px;
height: 200%;
margin: 0 auto;
background-color: #aeb;
}
<div class="wrapper">
<div class="header"></div>
<div class="content">
<div class="wrapper-again"></div>
</div>
</div>
// alert('Hello world!');
{"view":"separate","fontsize":"80","seethrough":"","prefixfree":"1","page":"all"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment