Joined May 2014
·
Achievements
29 Karma
0 Total ProTip Views
Walrus
The walrus is no stranger to variety. Use at least 4 different languages throughout all your repos
Forked
Have a project valued enough to be forked by someone else
Charity
Fork and commit to someone's open source project in need
The translateZ hack didn't work for me but I was able to get the same effect with a different method.
Make a div as the first child of body. Move the background-image from body to that div. Take off the 'fixed' from the background image property and set position: fixed on the div. That should end up creating the same effect.
You might have to add a few other styles like width/height: 100% to get the div to stretch the full length of the viewport and z-index: -1 to drop the div below the other content.