Javascript modal box appears permanently on page but my other two modals dont
I have 3 modal boxes that open upon clicking the learn more buttons. the issue is the 3rd one is open on page load and is unable to close using the “X”. It worked perfectly before I centred the modal boxes as they were displaying in the top left
How to detect if any modal is open?
I have a page with multiple <dialog>
elements, which I open as modal using their showModal() methods.