mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-11 09:52:35 +00:00
Fixed #224 for MultiSelect
This commit is contained in:
parent
e8c6eb324e
commit
819b5d5ac7
4 changed files with 38 additions and 3 deletions
|
@ -301,7 +301,7 @@ export default {
|
|||
alignOverlay() {
|
||||
if (this.appendTo) {
|
||||
DomHandler.absolutePosition(this.$refs.overlay, this.$refs.container);
|
||||
this.$refs.overlay.style.width = DomHandler.getOuterWidth(this.$refs.container) + 'px';
|
||||
this.$refs.overlay.style.minWidth = DomHandler.getOuterWidth(this.$refs.container) + 'px';
|
||||
} else {
|
||||
DomHandler.relativePosition(this.$refs.overlay, this.$refs.container);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue