Fixed #1076 - DataTable Filter Menu insertBefore defect

pull/1088/head
Cagatay Civici 2021-04-15 14:43:55 +03:00
parent 97256988a9
commit 9875abb85d
1 changed files with 0 additions and 1 deletions

View File

@ -346,7 +346,6 @@ export default {
if (this.filterMenuStyle) { if (this.filterMenuStyle) {
DomHandler.applyStyle(this.overlay, this.filterMenuStyle); DomHandler.applyStyle(this.overlay, this.filterMenuStyle);
} }
document.body.appendChild(this.overlay);
ZIndexUtils.set('overlay', el, this.$primevue.config.zIndex.overlay); ZIndexUtils.set('overlay', el, this.$primevue.config.zIndex.overlay);
DomHandler.absolutePosition(this.overlay, this.$refs.icon); DomHandler.absolutePosition(this.overlay, this.$refs.icon);
this.bindOutsideClickListener(); this.bindOutsideClickListener();