I use the following HTML code:
<div id="list">
<div class="row">
<div class="col-md-3">1</div>
<div class="col-md-3">2</div>
<div class="col-md-3">3</div>
<div class="col-md-3">n-times</div>
</div>
</div>
So, I need to display one row with infinity columns by horizontal with scrolling in the bottom of page.
How can I do this?
So, I tried to set fixed width
for list
container and have set overflow-x: auto
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…