I'm writing an alphanumeric filter/pagination component using bootstrap.
The problem I'm having is, I need it to be horizontally scrollable (i.e., overflow-x: scroll
), whereas, being a smart responsive framework, Bootstrap naturally wraps the content of the component ...
https://jsbin.com/hubuxem/edit?html,output
I know there are solutions using standard Bootstrap Columns (e.g. https://stackoverflow.com/a/19838783/4341756), but I'd very much like to use the pagination component for consistency and styling.
Any hints?