[scrollbox] horizontal scrollbox
by naocrrds
HTML
<style>
#hoohoo {
width: 30em;
border: 1px solid black;
white-space: nowrap;
overflow-x: auto;
padding: .5em;
box-sizing: border-box;
height: 15em;
overflow-y: hidden;
}
.lala {
width: 10em;
border: 1px solid black;
white-space: normal;
display: inline-block;
height: 90%;
padding: .3em;
vertical-align: middle;
}
</style>
<div id="hoohoo">
<div class="lala"> more stuff here </div>
<div class="lala"> more stuff here </div>
<div class="lala"> More stuff here </div>
<div class="lala"> More</div>
<div class="lala"> More stuff here </div>