When I zoom in on a div with a background color or border, it appears completely white. Strangely, this issue doesn't happen when I zoom in on the Facebook site.
This picture illustrates the problem more clearly.
What could be causing this issue?
HTML header CSS
header {
border-bottom: 1px solid #d6d6d6;
width: 100%;
padding-bottom: 10px;
background-color: #BF0404;
color: white;
background-position:bottom;
}