Skip to content

Instantly share code, notes, and snippets.

@bsalex
Last active August 12, 2016 08:44
Show Gist options
  • Save bsalex/eee84e162037c7e844b4738c2a2a6428 to your computer and use it in GitHub Desktop.
Save bsalex/eee84e162037c7e844b4738c2a2a6428 to your computer and use it in GitHub Desktop.
Untitled
.outer {
width: 500px;
height: 500px;
background-color: #88CCFF;
}
.limited {
width: 200px;
min-height: 50%;
max-height: 70%;
background-color: #CC5555;
margin: 0 auto;
overflow: hidden;
position: relative;
display: flex;
}
.in-limited {
overflow: auto;
flex: 1 1;
background-color: #55CC55;
}
<div class="outer">
<div class="limited">
<div class="in-limited">
Con Content Content Content ent Content Content Content Content Content Contentent Content Content Content Content Content Contentent Content Content Content Content Content Contentent Content Content Content Content Content Contentent Content Content Content Content Content Contentent Content Content Content Content Content Contentent Content Content Content Content Content Contentent Content Content Content Content Content Content Content Content Content Content Content Content Content Content Content Content Content Content Content Content Content Content Content Content Content Content Content Content Content Content
</div>
</div>
</div>
// alert('Hello world!');
{"view":"split-vertical","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