fix: enhance attendee list styling with max height and overflow

This commit is contained in:
Shariq Ansari 2025-08-26 17:10:41 +05:30
parent 9976b9617f
commit 2950e8c993

View File

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