Fixed #591 - Do not hide overlays on body scroll

pull/599/head
Cagatay Civici 2020-10-22 12:11:55 +03:00
parent 4044be48cb
commit 074538ac94
1 changed files with 0 additions and 4 deletions

View File

@ -275,10 +275,6 @@ export default class DomHandler {
}
}
}
if (parent.nodeType === 9 || overflowCheck(parent)) {
scrollableParents.push(parent);
}
}
}