Check out this website:
The website has a fixed header that works fine, but when the window width is reduced or viewed on a mobile device and zoomed in, only the content scrolls horizontally. Is there a way to make the header stay fixed along the Y axis?
Here is the CSS for the header:
header#header {
position: fixed;
height: 188px;
background: #fff url(../images/headerbgstrip.png) bottom center no-repeat;
width: 100%;
}