feat: enhance PopoverContent styling for better responsiveness and usability
This commit is contained in:
parent
ef31656639
commit
37f0521e76
1 changed files with 4 additions and 1 deletions
|
|
@ -249,7 +249,10 @@ export const RichiesteTable = ({ data }: RichiesteTableProps) => {
|
||||||
{annunci.length} Annunci
|
{annunci.length} Annunci
|
||||||
</Button>
|
</Button>
|
||||||
</PopoverTrigger>
|
</PopoverTrigger>
|
||||||
<PopoverContent align="end" className="w-4xl">
|
<PopoverContent
|
||||||
|
align="end"
|
||||||
|
className="max-h-[50vh] w-[80vw] overflow-y-auto sm:max-h-full sm:w-4xl"
|
||||||
|
>
|
||||||
<PopoverHeader>
|
<PopoverHeader>
|
||||||
<PopoverTitle>Annunci Inseriti</PopoverTitle>
|
<PopoverTitle>Annunci Inseriti</PopoverTitle>
|
||||||
<PopoverDescription className="sr-only">
|
<PopoverDescription className="sr-only">
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue