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 ac98ca4 commit 35b0abaCopy full SHA for 35b0aba
lib/core/utils/detect-modal-stack.js
@@ -23,7 +23,6 @@ export default function detectModalStack(options) {
23
// in the viewport. since we aren't sure if it is or is not a modal this is
24
// just our best guess of being one based on convention.
25
26
-
27
const definiteModals = Array.from(
28
document.querySelectorAll(
29
'dialog[open], [role="dialog"], [role="alertdialog"], [aria-modal="true"]'
0 commit comments