increase timeout, so scroll event does not hit

This commit is contained in:
Sam 2015-03-25 13:40:22 +11:00
parent 908c4ce8e6
commit 64cf14e19e
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ function positioningWorkaround($fixedElement) {
return;
}
fixedElement.style.top = window.scrollY + iPadOffset + 'px';
}, 350);
}, 500);
if (fixedElement.style.position !== 'absolute') {