If you resize your browser to a width less than 950px, you'll see no background when scrolling over to the right. The way I usually fix this is to set a min-width on body:

body {
  min-width: 950px;
}

Comments

yhahn’s picture

Status: Needs review » Fixed

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.