···201 document.body.style.removeProperty('padding-right');
202 document.body.style.removeProperty('margin-right');
203 // Remove any orphaned dialog overlay/content elements left by the portal
204- for (const el of document.querySelectorAll(
205- '[data-dialog-overlay], [data-dialog-content]'
206- )) {
207 el.remove();
208 }
209 };
···201 document.body.style.removeProperty('padding-right');
202 document.body.style.removeProperty('margin-right');
203 // Remove any orphaned dialog overlay/content elements left by the portal
204+ for (const el of document.querySelectorAll('[data-dialog-overlay], [data-dialog-content]')) {
00205 el.remove();
206 }
207 };