Tagged: background, chrome, header, scroll, windows
Hi team,
When i scroll down / up with a sticky header with background, the background (repeat: repeat / attachment: scroll) make a “persistant print” on a part of content of my page…
This problem appear on different computer (Mac OS and Windows 7) but just with Google Chrome last version (no safari, no firefox, no IE)
Thank you for your help!
Marc
Hey Octopus4444!
Please try adding following code to Quick CSS in Enfold theme options under General Styling tab
#header_main_alternate, #header {
-webkit-transform: translateZ(0);
}
Regards,
Yigit
Problem solved!
Thank you for reactivity ;)