mirror of
https://github.com/discourse/discourse.git
synced 2025-02-17 08:45:05 +00:00
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…
x
Reference in New Issue
Block a user