fix: enhance attendee list styling with max height and overflow
This commit is contained in:
parent
9976b9617f
commit
2950e8c993
@ -81,7 +81,10 @@
|
|||||||
</Popover>
|
</Popover>
|
||||||
</Combobox>
|
</Combobox>
|
||||||
</div>
|
</div>
|
||||||
<div v-if="values.length" class="flex flex-col gap-2 px-4.5 py-[7px]">
|
<div
|
||||||
|
v-if="values.length"
|
||||||
|
class="flex flex-col gap-2 px-4.5 py-[7px] max-h-[165px] overflow-y-auto"
|
||||||
|
>
|
||||||
<Button
|
<Button
|
||||||
ref="emails"
|
ref="emails"
|
||||||
v-for="att in values"
|
v-for="att in values"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user