twitter-bootstrap-4-beta

Bootstrap 4 horizontal scroller div

江枫思渺然 提交于 2019-12-24 07:49:25
问题 I got this working for Bootstrap 3 but the same code won't work in Bootstrap 4. Basically, I'm trying to create a horizontal scroll for DIV and here's a working JSFIDDLE for Bootstrap 3 (which I don't want): DEMO The same code for Bootstrap 4 isn't working though! Here's the JSFiddle for Bootstrap 4: https://jsfiddle.net/6kvw2q5h/ HTML <div class="live__scroll"> <div class="row text-center"> <div class="col-8 live__scroll--box">1</div> <div class="col-8 live__scroll--box">1</div> <div class=