Fixed #5411 - Multiselect: Wrong position of the panel with appendTo="self"

pull/5383/head^2
tugcekucukoglu 2024-03-13 14:18:31 +03:00
parent 961ee18164
commit 8696e672bb
1 changed files with 1 additions and 1 deletions

View File

@ -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"