-
-
Save kizu/84b2e67001e97f7e6671 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
.popup { | |
position: absolute; | |
top: 10px; | |
left: 10px; | |
width: 150px; | |
height: 200px; | |
border: 1px solid #000; | |
overflow: hidden; | |
} | |
.myblock { | |
display: flex; | |
height: 100%; | |
flex-direction: column; | |
} | |
.input { | |
flex-shrink: 0; | |
border: 1px solid #F00 | |
} | |
.scroller { | |
flex-grow: 1; | |
overflow: auto; | |
border: 1px solid #0F0; | |
} |
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="popup"> | |
<div class="myblock"> | |
<div class="input"> | |
<input type="text"> | |
</div> | |
<div class="scroller"> | |
<p>тут хочу скролл</p> | |
<p>тут хочу скролл</p> | |
<p>тут хочу скролл</p> | |
<p>тут хочу скролл</p> | |
<p>тут хочу скролл</p> | |
<p>тут хочу скролл</p> | |
<p>тут хочу скролл</p> | |
<p>тут хочу скролл</p> | |
<p>тут хочу скролл</p> | |
<p>тут хочу скролл</p> | |
<p>тут хочу скролл</p> | |
<p>тут хочу скролл</p> | |
</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","fontsize":"100","seethrough":"","prefixfree":"1","page":"css"} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment