diff --git a/ariaNotify-polyfill.js b/ariaNotify-polyfill.js index 6760489..bb51a84 100644 --- a/ariaNotify-polyfill.js +++ b/ariaNotify-polyfill.js @@ -176,6 +176,8 @@ if (!("ariaNotify" in Element.prototype)) { connectedCallback() { this.ariaLive = "polite"; this.ariaAtomic = "true"; + this.style.marginLeft = "-1px"; + this.style.marginTop = "-1px"; this.style.position = "absolute"; this.style.width = "1px"; this.style.height = "1px";