I have no horizontal scroll bar using bootstrap. It looks like from the CSS it should have one based on
.gc-container .scroll-if-required {
overflow: auto;
padding-bottom: 60px;
}
in list.css but i tis not working. Wondering what change would be needed to be made