This topic is locked

Horinzontal scroll for grids in Bootstrap layouts

7/26/2016 2:30:54 PM
PHPRunner Tips and Tricks
admin

To implement horizontal scroll add the following CSS code to 'Custom CSS' section of 'Style Editor'. Works with PHPRunner 9 and Bootstrap layouts.

.bs-grid.bs-grid {

overflow-x: scroll;

overflow-y: hidden;

white-space: nowrap;

display: block;

}
.bs-flexgrid {

display: inline-block;

}