Created
April 21, 2020 17:32
-
-
Save doochik/319cfd6953d758cbef34809609b74bec 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
.a { | |
position: absolute; | |
width: 500px; | |
border: 1px solid; | |
height: 100px; | |
overflow-y: hidden; | |
overflow-x: auto; | |
display: flex; | |
} | |
.b { | |
/*position: absolute;*/ | |
width: 100px; | |
flex-shrink: 0; | |
height: 100px; | |
border: 1px solid #f00; | |
} | |
.b1 { | |
transform: translateX(800px); | |
} | |
.b7 { | |
position: absolute; | |
transform: translateX(700px); | |
} |
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="a"> | |
<div class="b b1">b1</div> | |
<div class="b b2">b2</div> | |
<div class="b b3">b3</div> | |
<div class="b b4">b4</div> | |
<div class="b b5">b5</div> | |
<div class="b b6">b6</div> | |
<div class="b b7">b7</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":"all"} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment