increase timeout, so scroll event does not hit
This commit is contained in:
parent
908c4ce8e6
commit
64cf14e19e
|
@ -34,7 +34,7 @@ function positioningWorkaround($fixedElement) {
|
|||
return;
|
||||
}
|
||||
fixedElement.style.top = window.scrollY + iPadOffset + 'px';
|
||||
}, 350);
|
||||
}, 500);
|
||||
|
||||
|
||||
if (fixedElement.style.position !== 'absolute') {
|
||||
|
|
Loading…
Reference in New Issue