diff --git a/src/components/modals.ts b/src/components/modals.ts index 508ccd3..a8da7d0 100644 --- a/src/components/modals.ts +++ b/src/components/modals.ts @@ -14,7 +14,7 @@ abstract class OmnisearchModal extends Modal { this.modalEl.replaceChildren() // this.modalEl.append(closeEl) this.modalEl.addClass('omnisearch-modal', 'prompt') - // this.modalEl.removeClass('modal') + this.modalEl.removeClass('modal') this.modalEl.tabIndex = -1 // Setup events that can be listened through the event bus