We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e6bf23 commit c3debefCopy full SHA for c3debef
parallax/parallax.js
@@ -7,7 +7,7 @@ function initializeParallax(clip, forceSticky) {
7
// in order for it to properly render the parallax effect as you scroll.
8
// See https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/5084491/
9
if (getComputedStyle(document.body).transform == 'none')
10
- document.body.style.transform = 'translateZ(0);'
+ document.body.style.transform = 'translateZ(0)';
11
var fixedPos = document.createElement('div');
12
fixedPos.style.position = 'fixed';
13
fixedPos.style.top = '0';
0 commit comments