Our client is reporting that when using Chrome, the background header graphic (a solid gray) leaves residual color as they scroll up/down the page. This has not happened on my own Mac.
One system that sees this:
“I am also seeing the same issue on my computer.
I am using Version 36.0.1985.143 and have OS X Version 10.8.5”
Additional description:
“Chrome Mac scrolling issue. When you scroll up and down the homepage the grey header sticks and covers text”
Do you have recommendations?
Hey!
Try adding this code to the Quick CSS:
#header_main_alternate, #header {
-webkit-transform: translateZ(0);
}
Cheers!
Josue