Html – How do make sure background-color covers the entire width of scrollable element, not just the visible part?
I've got a flex container with 3 rows inside. The entire container is horizontally scrollable. (HTML & CSS in the fiddle) I am then alternating the background colour (yellow) assigned to the rows. (So that the rows alternate white, yellow,…