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.
1 parent 31e39ee commit 7180231Copy full SHA for 7180231
ariaNotify-polyfill.js
@@ -176,7 +176,8 @@ if (!("ariaNotify" in Element.prototype)) {
176
connectedCallback() {
177
this.ariaLive = "polite";
178
this.ariaAtomic = "true";
179
- this.style.margin = "-1px";
+ 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