I need some css help.You can see that if you click to add another hexagon on the right side, I want it to overflow to the right. It is jumping down to create a new row. How can I get it to overflow with a scroll x?
Here is the css.
#flow {
width: 600px;
height: 250px;
overflow-x: scroll;
}