We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents dd45a06 + 7180231 commit 9b1105bCopy full SHA for 9b1105b
ariaNotify-polyfill.js
@@ -176,6 +176,8 @@ if (!("ariaNotify" in Element.prototype)) {
176
connectedCallback() {
177
this.ariaLive = "polite";
178
this.ariaAtomic = "true";
179
+ this.style.marginLeft = "-1px";
180
+ this.style.marginTop = "-1px";
181
this.style.position = "absolute";
182
this.style.width = "1px";
183
this.style.height = "1px";
0 commit comments