Is it possible to allow only a horizontal scroll bar when using overflow:auto (or scroll)?
These two CSS properties can be used to hide the scrollbars:
overflow-y: hidden; // hide vertical overflow-x: hidden; // hide horizontal