Skip to content

Commit

Permalink
Fixed #5411 - Multiselect: Wrong position of the panel with appendTo=…
Browse files Browse the repository at this point in the history
…"self"
  • Loading branch information
tugcekucukoglu committed Mar 13, 2024
1 parent 961ee18 commit 8696e67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/lib/multiselect/MultiSelect.vue
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<template>
<div ref="container" :class="cx('root')" @click="onContainerClick" v-bind="ptmi('root')">
<div ref="container" :class="cx('root')" :style="sx('root')" @click="onContainerClick" v-bind="ptmi('root')">
<div class="p-hidden-accessible" v-bind="ptm('hiddenInputWrapper')" :data-p-hidden-accessible="true">
<input
ref="focusInput"
Expand Down

0 comments on commit 8696e67

Please sign in to comment.