mirror of
https://github.com/codeninjasllc/discourse.git
synced 2025-04-01 09:39:51 -04:00
increase timeout, so scroll event does not hit
This commit is contained in:
parent
908c4ce8e6
commit
64cf14e19e
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ function positioningWorkaround($fixedElement) {
|
|||
return;
|
||||
}
|
||||
fixedElement.style.top = window.scrollY + iPadOffset + 'px';
|
||||
}, 350);
|
||||
}, 500);
|
||||
|
||||
|
||||
if (fixedElement.style.position !== 'absolute') {
|
||||
|
|
Loading…
Add table
Reference in a new issue