There are three div elements side by side in a container div, with smaller width than children total
width. Here you can find the Fiddle of the case:
I want to make container div scroll horizontally in order to show other children.
How can I arrange children not to wrap inside container div?
It scroll vertically now, I want it to scroll horizontally.
Change
float: lefttodisplay: inline-block;and addwhite-space: nowrapto the container.