···201201 document.body.style.removeProperty('padding-right');
202202 document.body.style.removeProperty('margin-right');
203203 // Remove any orphaned dialog overlay/content elements left by the portal
204204- for (const el of document.querySelectorAll(
205205- '[data-dialog-overlay], [data-dialog-content]'
206206- )) {
204204+ for (const el of document.querySelectorAll('[data-dialog-overlay], [data-dialog-content]')) {
207205 el.remove();
208206 }
209207 };