Having trouble with setting a minimum width for a specific section. When the browser size is smaller than the set minimum width, the background color/image defined by CSS does not expand beyond the window size. Essentially, when scrolling horizontally to view all content, the background disappears.
For example, if the browser is 1000px wide and the min-width is set to 1200px, the 200px outside the minimum width area will not display the background.
Any suggestions on how to fix this issue?
Check out the demo here: