Last active
August 12, 2016 08:44
-
-
Save bsalex/eee84e162037c7e844b4738c2a2a6428 to your computer and use it in GitHub Desktop.
Untitled
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.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; | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// alert('Hello world!'); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"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