diff --git a/ignite-template.js b/ignite-template.js index 9f52e83..b50bd29 100644 --- a/ignite-template.js +++ b/ignite-template.js @@ -2180,6 +2180,9 @@ class list extends IgniteTemplate { this.refreshPlaceholderElement.construct(parent, this.element); this.refreshPlaceholderElement.element.style.setProperty("min-height", "0px"); this.refreshPlaceholderElement.element.style.setProperty("height", "0px"); + + //Force the placeholder element to be at the top of the parent. + parent.prepend(this.refreshPlaceholderElement.element); } parent.addEventListener("touchstart", this.refreshTouchStartListener);