diff --git a/packages/sticky/index.ts b/packages/sticky/index.ts index 2f67c71e..7325289d 100644 --- a/packages/sticky/index.ts +++ b/packages/sticky/index.ts @@ -89,7 +89,7 @@ VantComponent({ } getRect(this, ROOT_ELEMENT).then((root) => { - if (!isDef(root)) { + if (!isDef(root) || (!root.width && !root.height)) { return; } if (offsetTop >= root.top) {