I've come across an interesting problem. I created a quick screen recording to illustrate:
Essentially, when you specify a min-width and the viewport width falls below that limit, a horizontal scroll bar appears. This behavior is expected, but when scrolling horizontally, elements that are supposed to span the entire width of the page with background images or colors different from the body do not extend properly. Resizing the viewport seems to fix this issue.
Has anyone else encountered this problem before? You can observe it on various websites, such as .
Any thoughts or solutions?