I am trying to insert multiple children-divs
into a parent-div
. The parent div has a fixed width. The children are set to float left and will overflow the container.
I need the ability to scroll along the x-axis.
However, when I attempt to do this, the children end up on the next line instead of overflowing in the x-direction.
I have created a simple example in CodePen, but I can't seem to make it work...