Fixed #591 - Do not hide overlays on body scroll
parent
4044be48cb
commit
074538ac94
|
@ -275,10 +275,6 @@ export default class DomHandler {
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
if (parent.nodeType === 9 || overflowCheck(parent)) {
|
||||
scrollableParents.push(parent);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue