mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 00:42:36 +00:00
Refactor on overlay gutters
This commit is contained in:
parent
a0f168aba1
commit
ae81a90b73
3 changed files with 16 additions and 12 deletions
|
@ -190,7 +190,7 @@ export default {
|
|||
ZIndexUtils.clear(el);
|
||||
},
|
||||
alignOverlay() {
|
||||
DomHandler.absolutePosition(this.container, this.target);
|
||||
DomHandler.absolutePosition(this.container, this.target, false);
|
||||
|
||||
const containerOffset = DomHandler.getOffset(this.container);
|
||||
const targetOffset = DomHandler.getOffset(this.target);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue