Skip to content

Instantly share code, notes, and snippets.

@doochik
Last active March 30, 2016 18:57
Show Gist options
  • Save doochik/d6dad888d16f98a4eae74c0abc046b4a to your computer and use it in GitHub Desktop.
Save doochik/d6dad888d16f98a4eae74c0abc046b4a to your computer and use it in GitHub Desktop.
Untitled
.a {
border: 1px solid;
padding: 5px;
width: 100px;
}
.b {
white-space: nowrap;
overflow-x: scroll; overflow-y: hidden; -webkit-overflow-scrolling: touch;
width: 100%;
}
.f {
height: 49px;
overflow-y: hidden;
z-index: 10;
position: fixed;
top: 100px;
}
<div class="a">
<div class="b">1 2 3 3 4 5 6 7 7 8 9 10 11 12 13 14 15 16 17 18 19 20</div>
</div>
<div style="height: 49px;background-color: #F00">
<div class="f">
<div class="a">
<div class="b">1 2 3 3 4 5 6 7 7 8 9 10 11 12 13 14 15 16 17 18 19 20</div>
</div>
</div>
</div>
// alert('Hello world!');
{"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