I could use some assistance with css. When adding another hexagon on the right side, it currently jumps down to create a new row rather than overflowing horizontally. How can I make it overflow with a horizontal scroll instead?
Below is the css code:
#flow {
width: 600px;
height: 250px;
overflow-x: scroll;
}