I\'m trying to figure out the horizontal version of https://stackoverflow.com/a/25298473/7835535. Instead of having the content scroll vertically, I want the content to scroll h
Here You go Fiddle: http://jsfiddle.net/51n56p94/
You need to add this css
.tab-pane{ width:1000px; } .tab-content{ overflow-x:scroll; }