Skip to content

Instantly share code, notes, and snippets.

@mctep
Created October 2, 2013 09:19
Show Gist options
  • Save mctep/6791152 to your computer and use it in GitHub Desktop.
Save mctep/6791152 to your computer and use it in GitHub Desktop.
Untitled
.list {
height: 100px;
overflow: hidden;
height: 100px;
}
.h {
height: 100%;
width: 1px;
border: 1px solid red;
display: inline-block;
}
<div class="list">
<div class="h"></div>
<div class="items">
<div>1</div>
<div>2</div>
<div>3</div>
<div>4</div>
<div>5</div>
<div>6</div>
<div>7</div>
<div>8</div>
<div>9</div>
<div>0</div>
</div>
</div>
// alert('Hello world!');
{"view":"separate","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