Created
September 21, 2015 21:30
-
-
Save bbbrrriiiaaannn/c1f329b3df51bf63fa54 to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
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
<br><br><br><br> | |
<div class="wrapper"> | |
<div class="scroll"> | |
1<br>2<br>3<br>4<br>5<br> | |
</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
// ---- | |
// Sass (v3.4.14) | |
// Compass (v1.0.3) | |
// ---- | |
.wrapper | |
overflow: hidden | |
background: blue | |
.scroll | |
background: red | |
transform: translateY(-40px) |
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
.wrapper { | |
overflow: hidden; | |
background: blue; | |
} | |
.scroll { | |
background: red; | |
transform: translateY(-40px); | |
} |
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
<br><br><br><br> | |
<div class="wrapper"> | |
<div class="scroll"> | |
1<br>2<br>3<br>4<br>5<br> | |
</div> | |
</div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment